| | |
| | | dataIndex: 'reportPerson_dictText', |
| | | }, |
| | | { |
| | | title: '故障开始时间', |
| | | align: 'center', |
| | | dataIndex: 'faultStartTime', |
| | | width: 200 |
| | | }, |
| | | { |
| | | title: '维修开始时间', |
| | | align: 'center', |
| | | dataIndex: 'actualStartTime', |
| | |
| | | width: 200 |
| | | }, |
| | | { |
| | | title: '维修时长', |
| | | title: '维修时长(小时)', |
| | | align: 'center', |
| | | dataIndex: 'repairDuration', |
| | | width: 200 |
| | | }, |
| | | { |
| | | title: '故障时长', |
| | | title: '故障时长(小时)', |
| | | align: 'center', |
| | | dataIndex: 'faultDuration', |
| | | width: 200 |
| | |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="故障开始时间" prop="faultStartTime"> |
| | | <a-date-picker v-model="model.faultStartTime" :allowClear="false" value-format="YYYY-MM-DD" |
| | | <a-date-picker show-time v-model="model.faultStartTime" :allowClear="false" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | style="width:100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |