正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
| @@ -44,11 +44,13 @@ export default { | @@ -44,11 +44,13 @@ export default { | ||
| 44 | { | 44 | { |
| 45 | title: '工序', | 45 | title: '工序', |
| 46 | align: 'center', | 46 | align: 'center', |
| 47 | + width:220, | ||
| 47 | dataIndex: 'workingProcedure', | 48 | dataIndex: 'workingProcedure', |
| 48 | }, | 49 | }, |
| 49 | { | 50 | { |
| 50 | title: '承接人', | 51 | title: '承接人', |
| 51 | align: 'center', | 52 | align: 'center', |
| 53 | + width:150, | ||
| 52 | dataIndex: 'undertaker', | 54 | dataIndex: 'undertaker', |
| 53 | }, | 55 | }, |
| 54 | { | 56 | { |
| @@ -59,11 +61,13 @@ export default { | @@ -59,11 +61,13 @@ export default { | ||
| 59 | { | 61 | { |
| 60 | title: '验收结果', | 62 | title: '验收结果', |
| 61 | align: 'center', | 63 | align: 'center', |
| 64 | + width:100, | ||
| 62 | dataIndex: 'yanResult', | 65 | dataIndex: 'yanResult', |
| 63 | }, | 66 | }, |
| 64 | { | 67 | { |
| 65 | title: '备注', | 68 | title: '备注', |
| 66 | align: 'center', | 69 | align: 'center', |
| 70 | + width:150, | ||
| 67 | dataIndex: 'notes', | 71 | dataIndex: 'notes', |
| 68 | }, | 72 | }, |
| 69 | ], | 73 | ], |
| @@ -102,7 +106,7 @@ export default { | @@ -102,7 +106,7 @@ export default { | ||
| 102 | methods: { | 106 | methods: { |
| 103 | yanshouList(record){ | 107 | yanshouList(record){ |
| 104 | console.log(record.orderId) | 108 | console.log(record.orderId) |
| 105 | - yanshouList(this.url.queryByNumber,{orderNumber:record.orderId}).then((res) =>{ | 109 | + yanshouList(this.url.queryByNumber,{orderId:record.orderId}).then((res) =>{ |
| 106 | if(res){ | 110 | if(res){ |
| 107 | this.res=res.result | 111 | this.res=res.result |
| 108 | } | 112 | } |
-
请 注册 或 登录 后发表评论