| | |
| | | { |
| | | title: '报修人', |
| | | align: 'center', |
| | | dataIndex: 'reportPerson', |
| | | dataIndex: 'reportPerson_dictText', |
| | | }, |
| | | { |
| | | title: '维修开始时间', |
| | |
| | | <a v-else @click="handleDetail(record)">详情</a> |
| | | </span> |
| | | |
| | | <!--字符串超长截取省略号显示--> |
| | | <span slot="accidentPhenomenon" slot-scope="text"> |
| | | <j-ellipsis :value="text" :length="8"/> |
| | | </span> |
| | | <!--字符串超长截取省略号显示--> |
| | | <span slot="measure" slot-scope="text"> |
| | | <j-ellipsis :value="text" :length="8"/> |
| | | </span> |
| | | <!--字符串超长截取省略号显示--> |
| | | <span slot="causingResults" slot-scope="text"> |
| | | <j-ellipsis :value="text" :length="8"/> |
| | | </span> |
| | | |
| | | </a-table> |
| | | <!-- table区域-end --> |
| | | |
| | |
| | | { |
| | | title: '事故现象', |
| | | align: 'center', |
| | | dataIndex: 'accidentPhenomenon' |
| | | dataIndex: 'accidentPhenomenon', |
| | | scopedSlots: {customRender: 'accidentPhenomenon'}, |
| | | }, |
| | | { |
| | | title: '采取措施', |
| | | align: 'center', |
| | | dataIndex: 'measure' |
| | | dataIndex: 'measure', |
| | | scopedSlots: {customRender: 'measure'}, |
| | | }, |
| | | { |
| | | title: '造成结果', |
| | | align: 'center', |
| | | dataIndex: 'causingResults' |
| | | dataIndex: 'causingResults', |
| | | scopedSlots: {customRender: 'causingResults'}, |
| | | }, |
| | | { |
| | | title: '操作工', |
| | |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="报修人"> |
| | | <a-input placeholder="请输入报修人" v-model="model.reportPerson"/> |
| | | <a-input placeholder="请输入报修人" v-model="model.reportPerson_dictText" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="故障现象"> |
| | | <a-textarea :rows="3" placeholder="请输入故障现象" v-model="model.faultPhenomenon"/> |
| | | <a-textarea :rows="3" placeholder="请输入故障现象" v-model="model.faultPhenomenon" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | |
| | | </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"> |