From d3e36f2efa7c9c960495a4431d625d3ca7cd417c Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期一, 25 十二月 2023 11:53:45 +0800
Subject: [PATCH] ABC评分

---
 src/views/eam/ABC/ABCAssessmentList.vue  |    4 ++--
 src/views/eam/ABC/modules/StreamForm.vue |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/eam/ABC/ABCAssessmentList.vue b/src/views/eam/ABC/ABCAssessmentList.vue
index 6fb32dd..10931f8 100644
--- a/src/views/eam/ABC/ABCAssessmentList.vue
+++ b/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'
       }
       
diff --git a/src/views/eam/ABC/modules/StreamForm.vue b/src/views/eam/ABC/modules/StreamForm.vue
index 648f836..9842ea0 100644
--- a/src/views/eam/ABC/modules/StreamForm.vue
+++ b/src/views/eam/ABC/modules/StreamForm.vue
@@ -363,7 +363,7 @@
             },
             {
               title: '鏃ф爣璇�',
-              key: 'equipmentImportanceId',
+              key: 'oldStandard',
               type: JVXETypes.select,
               width:"180px",
               disabled:true,
@@ -530,7 +530,7 @@
               standardD:data[i].standardD,
               standardE:data[i].standardE,
               standardF:data[i].standardF,
-              equipmentImportanceId:data[i].equipmentImportanceId,
+              oldStandard:data[i].equipmentImportanceId,
               finalStandard:data[i].equipmentImportanceId,
             }
           }

--
Gitblit v1.9.3