From 12abf18552a6ba9fcd2fbb4a77b2b7db1c37feb9 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 17 Apr 2025 23:19:55 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=86=B7=E6=BA=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=B3=BB=E7=BB=9F=E6=80=A7=E8=83=BD=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9=EF=BC=9B=202=E3=80=81=E5=86=B7?= =?UTF-8?q?=E6=BA=90=E7=B3=BB=E7=BB=9F=E6=8E=A7=E5=88=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=98=80=E9=97=A8tab=EF=BC=8C=E5=85=B6=E4=BB=96tab=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/centerairC/sysControl/index.vue | 51 ++++++++++++----------- src/views/centerairC/sysMonitor/index.vue | 6 +-- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/src/views/centerairC/sysControl/index.vue b/src/views/centerairC/sysControl/index.vue index 948de21..942006b 100644 --- a/src/views/centerairC/sysControl/index.vue +++ b/src/views/centerairC/sysControl/index.vue @@ -24,15 +24,7 @@ - -
- -
+
-
- -
- -
+ +
+ +
+ +
+ +
+ +
+
@@ -104,22 +107,22 @@ export default { freezingValve: [], //冷冻蝶阀 coolingValve: [], //冷却蝶阀 coolingTowerOutValve: [], //冷却塔出水阀 - activeName: "host", //设备管理 + activeName: "valve", //设备管理 }; }, computed: { statistics() { const deviceManual = this.deviceList.filter( - (d) => d.automaticText === false + (d) => d.automaticText === true ).length; const deviceAuto = this.deviceList.filter( - (d) => d.automaticText === true + (d) => d.automaticText === false ).length; const valveManual = this.valveList.filter( - (v) => v.automaticText === false + (v) => v.automaticText === true ).length; const valveAuto = this.valveList.filter( - (v) => v.automaticText === true + (v) => v.automaticText === false ).length; return { diff --git a/src/views/centerairC/sysMonitor/index.vue b/src/views/centerairC/sysMonitor/index.vue index ace1240..9a3f0e1 100644 --- a/src/views/centerairC/sysMonitor/index.vue +++ b/src/views/centerairC/sysMonitor/index.vue @@ -36,7 +36,7 @@
-
系统性能
+
系 统 性 能
实时EER: @@ -2115,12 +2115,12 @@ export default { background-size: 2rem 0.45rem; background-position: bottom left; font-family: SourceHanSansCN-Medium; - font-size: 0.18rem; + font-size: 0.2rem; font-style: italic; font-weight: bold; line-height: 0.6rem; color: rgba(209, 214, 223, 1); - padding-left: 0.6rem; + padding-left: 0.5rem; margin-bottom: 0.01rem; margin-left: 0.4rem; }