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; }