| | |
| | | ref="SpecialyMaintenanceOrderExeDrawer" |
| | | @ok="modalFormOk" |
| | | ></specialy-maintenance-order-exe-drawer> |
| | | <specialty-maintenance-order-assign-modal |
| | | ref="SpecialtyMaintenanceOrderAssignModal" |
| | | <specialty-maintenance-order-assign-modal |
| | | ref="SpecialtyMaintenanceOrderAssignModal" |
| | | @ok="modalFormOk" |
| | | > |
| | | </specialty-maintenance-order-assign-modal> |
| | |
| | | align: "center", |
| | | dataIndex: 'teamName', |
| | | }, |
| | | { |
| | | title: '工时定额/每小时', |
| | | align: "center", |
| | | dataIndex: 'sumOfWorkingHourQuota', |
| | | }, |
| | | // { |
| | | // title: '工时定额/每小时', |
| | | // align: "center", |
| | | // dataIndex: 'sumOfWorkingHourQuota', |
| | | // }, |
| | | { |
| | | title: '计划开始时间', |
| | | align: "center", |
| | | dataIndex: 'planStartTime', |
| | | width:170 |
| | | |
| | | width: 170 |
| | | |
| | | }, |
| | | { |
| | | title: '计划结束时间', |
| | | align: "center", |
| | | dataIndex: 'planEndTime', |
| | | width:170 |
| | | width: 170 |
| | | }, |
| | | { |
| | | title: '实际开始时间', |
| | | align: "center", |
| | | dataIndex: 'actualStartTime', |
| | | width:170 |
| | | width: 170 |
| | | }, |
| | | { |
| | | title: '实际结束时间', |
| | | align: "center", |
| | | dataIndex: 'actualEndTime', |
| | | width:170 |
| | | width: 170 |
| | | }, |
| | | { |
| | | title: '实际用时', |
| | |
| | | title: '创建日期', |
| | | align: "center", |
| | | dataIndex: 'createTime', |
| | | width:170 |
| | | width: 170 |
| | | }, |
| | | { |
| | | title: '操作', |