From eaca9cc0cacf52c3ae88e6ae8fe6e3fdb88480cc Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期五, 30 五月 2025 17:38:17 +0800
Subject: [PATCH] 添加文件上传下载功能
---
src/views/eam/ABC/ABCAssessmentList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 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'
}
--
Gitblit v1.9.3