| | |
| | | dataIndex: 'orderNum' |
| | | }, |
| | | { |
| | | title: '设备ID', |
| | | title: '设备编号', |
| | | align: 'center', |
| | | dataIndex: 'equipmentId' |
| | | dataIndex: 'equipmentId_dictText' |
| | | }, |
| | | { |
| | | title: '标准ID', |
| | | title: '标准名称', |
| | | align: 'center', |
| | | dataIndex: 'standardId' |
| | | dataIndex: 'standardId_dictText' |
| | | }, |
| | | { |
| | | title: '计划执行日期', |
| | | title: '计划保养日期', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceDate' |
| | | }, |
| | |
| | | { |
| | | title: '保养人', |
| | | align: 'center', |
| | | dataIndex: 'operator' |
| | | dataIndex: 'operator_dictText' |
| | | }, |
| | | { |
| | | title: '保养状态', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceStatus' |
| | | dataIndex: 'maintenanceStatus_dictText' |
| | | }, |
| | | { |
| | | title: '创建方式', |
| | | align: 'center', |
| | | dataIndex: 'creationMethod' |
| | | dataIndex: 'creationMethod_dictText' |
| | | }, |
| | | { |
| | | title: '确认人', |
| | | align: 'center', |
| | | dataIndex: 'confirmUser' |
| | | dataIndex: 'confirmUser_dictText' |
| | | }, |
| | | { |
| | | title: '确认时间', |
| | |
| | | dataIndex: 'confirmTime' |
| | | }, |
| | | { |
| | | title: '保养执行图片;id以逗号分隔', |
| | | title: '保养图片', |
| | | align: 'center', |
| | | dataIndex: 'imageFiles' |
| | | }, |
| | | { |
| | | title: '备注', |
| | | align: 'center', |
| | | dataIndex: 'remark' |
| | | dataIndex: 'remark', |
| | | editable: true, |
| | | }, |
| | | { |
| | | title: '操作', |