lyh
3 天以前 2f5227a8f37b5c9be090a20253555411cfa9548c
src/views/eam/repair/EamRepairOrderList.vue
@@ -188,6 +188,12 @@
            dataIndex: 'reportPerson_dictText',
          },
          {
            title: '故障开始时间',
            align: 'center',
            dataIndex: 'faultStartTime',
            width: 200
          },
          {
            title: '维修开始时间',
            align: 'center',
            dataIndex: 'actualStartTime',
@@ -200,13 +206,13 @@
            width: 200
          },
          {
            title: '维修时长',
            title: '维修时长(小时)',
            align: 'center',
            dataIndex: 'repairDuration',
            width: 200
          },
          {
            title: '故障时长',
            title: '故障时长(小时)',
            align: 'center',
            dataIndex: 'faultDuration',
            width: 200