lyh
15 小时以前 1392d8f3def2c21e7a6fc15cf3f68fc1056ec0b6
src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue
@@ -20,13 +20,13 @@
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="故障类型">
                    <a-form-model-item label="故障类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <j-dict-select-tag dict-code="fault_type"  v-model="model.faultType" disabled/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="报修人">
                      <a-input v-model="model.reportPerson" readOnly/>
                    <a-form-model-item label="报修人" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <a-input v-model="model.reportPerson_dictText" readOnly/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
@@ -174,7 +174,7 @@
              type: JVXETypes.normal
            },
            {
              title: '维修时长',
              title: '维修时长(小时)',
              key: 'repairDuration',
              align: 'center',
              type: JVXETypes.normal