From 985b6543c7faf91631a9919b1ba435dc5cf6b763 Mon Sep 17 00:00:00 2001 From: "3067418132@qq.com" Date: Fri, 26 Jun 2026 17:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E4=BF=AE=E6=94=B9=E6=8D=A2?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/centerairC/sysMonitor/monitorCenter.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/centerairC/sysMonitor/monitorCenter.vue b/src/views/centerairC/sysMonitor/monitorCenter.vue index fad67d3..4589e9a 100644 --- a/src/views/centerairC/sysMonitor/monitorCenter.vue +++ b/src/views/centerairC/sysMonitor/monitorCenter.vue @@ -1605,9 +1605,9 @@ export default { } else if (item.collectName.includes("冷冻回水温度")) { this.freezingInTem = item.collectValue; } else if (item.collectName.includes("冷冻供水压力")) { - this.freezingOutPre = item.collectValue*1000; + this.freezingOutPre = item.collectValue; } else if (item.collectName.includes("冷冻回水压力")) { - this.freezingInPre = item.collectValue*1000; + this.freezingInPre = item.collectValue; } else if (item.collectName.includes("冷却水出水温度")) { this.coolingOutTem = item.collectValue; } else if (item.collectName.includes("冷却水进水温度")) {