qushaowei
2024-01-02 745073a5e189bc8c37e1358f0e36dbd7e500a9d0
src/views/eam/ABC/ABCAssessmentList.vue
@@ -174,7 +174,7 @@
          {
            title:'旧标识',
            align:"center",
            dataIndex: 'equipmentImportanceId_dictText',
            dataIndex: 'oldStandard_dictText',
            width:200
          },
          {
@@ -209,7 +209,7 @@
        this.ipagination.current = 1
      },
      tableRowClass(record, index) {
      if (record.equipmentImportanceId!==record.finalStandard) {
      if (record.oldStandard!==record.finalStandard) {
          return 'primary'
      }