src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue
@@ -39,6 +39,16 @@
                      <a-input v-model="model.actualEndTime" readOnly/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="维修时长" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <a-input v-model="model.repairDuration" readOnly/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="故障时长" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <a-input v-model="model.faultDuration" readOnly/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="24">
                    <a-form-model-item label="故障现象">
                      <a-textarea :rows="5" v-model="model.faultPhenomenon" readOnly/>
@@ -174,7 +184,7 @@
              type: JVXETypes.normal
            },
            {
              title: '维修时长',
              title: '维修时长(小时)',
              key: 'repairDuration',
              align: 'center',
              type: JVXETypes.normal