| | |
| | | } |
| | | }, |
| | | { |
| | | title: '故障原因', |
| | | title: '故障检查', |
| | | dataIndex: 'faultCause', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'faultCause' }, |
| | | width: 250, |
| | | }, |
| | | // { |
| | | // title: '故障类型', |
| | | // dataIndex: 'faultTypeName', |
| | | // align: "center", |
| | | // scopedSlots: { customRender: 'faultType' }, |
| | | // width: 250, |
| | | // }, |
| | | { |
| | | title: '故障类型', |
| | | dataIndex: 'faultTypeName', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'faultType' }, |
| | | width: 250, |
| | | }, |
| | | { |
| | | title: '故障分析', |
| | | title: '故障现象', |
| | | dataIndex: 'faultCause', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 250, |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: '维修措施', |
| | | title: '故障维修', |
| | | dataIndex: 'maintenanceMeasures', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 250, |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: '维保改进意见', |
| | | title: '故障预防', |
| | | dataIndex: 'suggestion', |
| | | align: "center", |
| | | scopedSlots: { customRender: 'suggestion' }, |