“linengliang”
2024-01-02 55cb96da2ad3c94221b86306e4d1fc80f713096d
src/views/eam/RepairOrderFaultAnalysisList.vue
@@ -177,35 +177,35 @@
          }
        },
        {
          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' },