| | |
| | | </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"> |
| | |
| | | type: JVXETypes.normal |
| | | }, |
| | | { |
| | | title: '维修时长', |
| | | title: '维修时长(小时)', |
| | | key: 'repairDuration', |
| | | align: 'center', |
| | | type: JVXETypes.normal |