qushaowei
2024-03-28 585fb0bbd4a7bc7f8f333ecba7c5fecd2ee5cbc2
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' },