qushaowei
2023-11-21 e9ad171baa8ae05e47fb3698d2f2bc6fd9fc3124
src/views/eam/Daily3MaintenanceOrderList.vue
@@ -432,12 +432,12 @@
          dataIndex: 'maintenanceCycleName',
          width: 100,
        },
        {
          title: '派工方式',
          align: "center",
          dataIndex: 'assignModeName',
          width: 100,
        },
        // {
        //   title: '派工方式',
        //   align: "center",
        //   dataIndex: 'assignModeName',
        //   width: 100,
        // },
        {
          title: '统一编码',
          align: "center",
@@ -459,7 +459,7 @@
          dataIndex: 'checkStatusName',
        },
        {
          title: '未通过原因',
          title: '验收未通过原因',
          align: "center",
          dataIndex: 'notPassReason',
          scopedSlots: { customRender: 'notPassReason' }