| | |
| | | title: '设备名称', |
| | | field: 'equName', |
| | | minWidth: 200, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '资产编号', |
| | | field: 'assetNo', |
| | | minWidth: 160 |
| | | }, |
| | | { |
| | | title: '保养项', |
| | | field: 'maintName', |
| | | minWidth: 160 |
| | | }, |
| | | { |
| | |
| | | minWidth: 160 |
| | | }, |
| | | { |
| | | title: '工作描述', |
| | | field: 'maintDesc', |
| | | minWidth: 200 |
| | | }, |
| | | { |
| | | title: '验证人', |
| | | field: 'verifyUserName', |
| | | minWidth: 160 |
| | |
| | | }, |
| | | { |
| | | component: 'Input', |
| | | dependencies: { |
| | | show: () => false, |
| | | triggerFields: [''] |
| | | }, |
| | | fieldName: 'planId', |
| | | }, |
| | | { |
| | | component: 'Input', |
| | | fieldName: 'equId', |
| | | label: '设备id', |
| | | dependencies: { |
| | |
| | | component: 'Input', |
| | | fieldName: 'maintCode', |
| | | label: '保养单号' |
| | | }, |
| | | { |
| | | component: 'Input', |
| | | fieldName: 'maintName', |
| | | label: '保养项' |
| | | }, |
| | | { |
| | | component: 'Input', |
| | |
| | | label: '结束时间' |
| | | }, |
| | | { |
| | | component: 'Textarea', |
| | | fieldName: 'maintDesc', |
| | | label: '工作描述' |
| | | }, |
| | | { |
| | | component: 'Input', |
| | | fieldName: 'verifyUser', |
| | | label: '验证人id', |