From 33814bf712ceec52060ce372d2cf92a8206c563b Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Tue, 23 Jul 2024 15:03:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=8A=80=E6=9C=AF?=
=?UTF-8?q?=E7=9B=91=E7=9D=A3=20=E7=8E=B0=E5=9C=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/table/fieldRender/index.vue | 1 +
.../components1/form/alarmList.vue | 116 ++++++++++--------
.../electricalEnergy/components1/online.vue | 2 +
.../components1/testQuestions.vue | 21 +++-
.../harmonicSurvey/components/planTest.vue | 4 +-
.../harmonicSurvey/components/testManage.vue | 4 +-
.../supervise/harmonicSurvey/test/detail.vue | 8 +-
.../normalizationManager/detail.vue | 69 ++++++++---
.../interferenceUserTable.vue | 24 +++-
.../supervise/technology/components/alarm.vue | 23 ++++
.../components/interferenceUserTable.vue | 2 +-
.../components/terminainal/addForm.vue | 31 ++++-
.../bpm/processInstance/detail/index.vue | 37 +++---
13 files changed, 237 insertions(+), 105 deletions(-)
diff --git a/src/components/table/fieldRender/index.vue b/src/components/table/fieldRender/index.vue
index d7a7ed4e..bc0fd028 100644
--- a/src/components/table/fieldRender/index.vue
+++ b/src/components/table/fieldRender/index.vue
@@ -127,6 +127,7 @@
v-for="item in btn.buttons"
:key="item.text"
:command="item"
+ :disabled="item.showDisabled && item.showDisabled(row, field)"
:style="{
color: item.type === 'primary' ? 'var(--el-color-primary)' : 'var(--el-color-danger)'
}"
diff --git a/src/views/pqs/supervise/electricalEnergy/components1/form/alarmList.vue b/src/views/pqs/supervise/electricalEnergy/components1/form/alarmList.vue
index bc75abf9..5a832fd5 100644
--- a/src/views/pqs/supervise/electricalEnergy/components1/form/alarmList.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components1/form/alarmList.vue
@@ -1,53 +1,54 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
+
+
+
diff --git a/src/views/pqs/supervise/technology/components/alarm.vue b/src/views/pqs/supervise/technology/components/alarm.vue
index af525684..b59489c6 100644
--- a/src/views/pqs/supervise/technology/components/alarm.vue
+++ b/src/views/pqs/supervise/technology/components/alarm.vue
@@ -22,6 +22,11 @@
+
+
+
+
+