lyh
2 天以前 2f5227a8f37b5c9be090a20253555411cfa9548c
维修时长  故障时长
已修改2个文件
13 ■■■■ 文件已修改
src/views/eam/repair/EamRepairOrderList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/modules/EamReportRepairList/EamReportRepairModal.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
src/views/eam/repair/modules/EamReportRepairList/EamReportRepairModal.vue
@@ -22,7 +22,8 @@
            </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>