From 2f1e29dccd593bf9a729a7884915bbfa1ce9cf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Thu, 15 Jan 2026 17:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 17 +-- pages/work/bmsdcc/index.vue | 119 +++++---------- pages/work/bmszl/index.vue | 113 +++++--------- pages/work/db/index.vue | 189 +++++------------------- pages/work/dtdc/Chart.vue | 186 ----------------------- pages/work/dtdc/index.vue | 121 ++++++++------- pages/work/pcs/index.vue | 228 +++++++++------------------- static/images/ems/pcs/jrcdl.jpg | Bin 0 -> 46729 bytes static/images/ems/pcs/jrfdl.jpg | Bin 0 -> 48313 bytes static/images/ems/pcs/soc.jpg | Bin 0 -> 43593 bytes static/images/ems/pcs/soh.jpg | Bin 0 -> 49703 bytes static/images/ems/pcs/sswggl.jpg | Bin 0 -> 44741 bytes static/images/ems/pcs/ssyggl.jpg | Bin 0 -> 39405 bytes static/scss/global.scss | 245 +++++++++++++++++++++++++++++++ 14 files changed, 501 insertions(+), 717 deletions(-) delete mode 100644 pages/work/dtdc/Chart.vue create mode 100644 static/images/ems/pcs/jrcdl.jpg create mode 100644 static/images/ems/pcs/jrfdl.jpg create mode 100644 static/images/ems/pcs/soc.jpg create mode 100644 static/images/ems/pcs/soh.jpg create mode 100644 static/images/ems/pcs/sswggl.jpg create mode 100644 static/images/ems/pcs/ssyggl.jpg diff --git a/pages/index.vue b/pages/index.vue index 31a4944..54b3d0f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -114,6 +114,7 @@ \ No newline at end of file + \ No newline at end of file diff --git a/pages/work/bmszl/index.vue b/pages/work/bmszl/index.vue index d15a3ab..e66cfeb 100644 --- a/pages/work/bmszl/index.vue +++ b/pages/work/bmszl/index.vue @@ -2,47 +2,64 @@ - - + class="common-collapse-item" :class="{ + 'timing-collapse-item':!['0','2'].includes(item.workStatus), + 'warning-collapse-item':item.workStatus === '2', + 'running-collapse-item':item.workStatus === '0' + }"> + + + + + 工作状态 - {{workStatusOptions[item.workStatus]}} + {{workStatusOptions[item.workStatus] || '-'}} 与PCS通信 {{communicationStatusOptions[item.pcsCommunicationStatus]}} + class="text">{{communicationStatusOptions[item.pcsCommunicationStatus] || '-'}} 与EMS通信 {{communicationStatusOptions[item.emsCommunicationStatus]}} + class="text">{{communicationStatusOptions[item.emsCommunicationStatus] || '-'}} - - - - - {{infoDataItem.label}} - {{item[infoDataItem.attr] | formatNumber}} - - + + + + + {{infoDataItem.label}} + + + {{item[infoDataItem.attr] | formatNumber}} + - - + + - - + + + 簇号 @@ -193,60 +210,4 @@ }) } } - - - \ No newline at end of file + \ No newline at end of file diff --git a/pages/work/db/index.vue b/pages/work/db/index.vue index 01785aa..afa99f9 100644 --- a/pages/work/db/index.vue +++ b/pages/work/db/index.vue @@ -1,43 +1,42 @@ @@ -167,131 +166,13 @@ } } - \ No newline at end of file diff --git a/pages/work/dtdc/Chart.vue b/pages/work/dtdc/Chart.vue deleted file mode 100644 index d41c22f..0000000 --- a/pages/work/dtdc/Chart.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/work/dtdc/index.vue b/pages/work/dtdc/index.vue index c989869..3373500 100644 --- a/pages/work/dtdc/index.vue +++ b/pages/work/dtdc/index.vue @@ -1,7 +1,7 @@