From b33754ffd2e1b786431953a741a596999b0f20a0 Mon Sep 17 00:00:00 2001
From: wj <347312259@qq.com>
Date: Tue, 6 Jun 2023 10:21:04 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E8=AE=BE=E5=A4=87=E8=BF=90?=
=?UTF-8?q?=E8=A1=8C=E7=8A=B6=E6=80=81=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
psdc-ui/src/views/emonitor/drgl/index.vue | 8 +++++++-
psdc-ui/src/views/emonitor/kqyrb/index.vue | 8 +++++++-
psdc-ui/src/views/emonitor/xrgl/index.vue | 8 +++++++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue
index ca1aa03..beb63f6 100644
--- a/psdc-ui/src/views/emonitor/drgl/index.vue
+++ b/psdc-ui/src/views/emonitor/drgl/index.vue
@@ -39,7 +39,7 @@
运行状态
-
{{data.runStatus}}
+
{{data.runStatus}}
@@ -737,5 +737,11 @@ p{
padding-top: 10px;
padding-left: 10px;
}
+.green{
+ color: #14FF00;
+}
+.red{
+ color: red;
+}
diff --git a/psdc-ui/src/views/emonitor/kqyrb/index.vue b/psdc-ui/src/views/emonitor/kqyrb/index.vue
index fe4d4aa..1fd1918 100644
--- a/psdc-ui/src/views/emonitor/kqyrb/index.vue
+++ b/psdc-ui/src/views/emonitor/kqyrb/index.vue
@@ -32,7 +32,7 @@
运行状态
-
{{data.runStatus}}
+
{{data.runStatus}}
@@ -699,5 +699,11 @@ p{
padding-top: 10px;
padding-left: 10px;
}
+.green{
+ color: #14FF00;
+}
+.red{
+ color: red;
+}
diff --git a/psdc-ui/src/views/emonitor/xrgl/index.vue b/psdc-ui/src/views/emonitor/xrgl/index.vue
index 56f6548..ce8e960 100644
--- a/psdc-ui/src/views/emonitor/xrgl/index.vue
+++ b/psdc-ui/src/views/emonitor/xrgl/index.vue
@@ -32,7 +32,7 @@
运行状态
-
{{data.runStatus}}
+
{{data.runStatus}}
@@ -700,5 +700,11 @@ p{
padding-top: 10px;
padding-left: 10px;
}
+.green{
+ color: #14FF00;
+}
+.red{
+ color: red;
+}