From e27df7aab228207ef4a6ba5941ee6d4f663c02b8 Mon Sep 17 00:00:00 2001 From: v-lijf43 <3067418132@qq.com> Date: Wed, 15 Oct 2025 20:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B7=E5=AE=9A=E5=80=BC=E7=BB=91=E7=82=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/centerairC/sysMonitor/hostDetails.vue | 4 ++-- src/views/centerairC/sysMonitor/monitorCenter.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/centerairC/sysMonitor/hostDetails.vue b/src/views/centerairC/sysMonitor/hostDetails.vue index b07b018..5a1f3d6 100644 --- a/src/views/centerairC/sysMonitor/hostDetails.vue +++ b/src/views/centerairC/sysMonitor/hostDetails.vue @@ -602,7 +602,7 @@ export default { item.otherName.includes("用户冷水设定值"); const isCombinedCondition3 = Number(item.paramType) === 12 && - item.otherName.includes("冷水设定值偏移"); + item.otherName.includes("冷冻水偏移值设置"); // 返回 false 表示要排除该元素 return ( !isSpecificParamType && @@ -643,7 +643,7 @@ export default { this.coldWaterControlObj = item; } else if ( item.paramType === "12" && - item.otherName.includes("冷水设定值偏移") + item.otherName.includes("冷冻水偏移值设置") ) { // 远程出水温度设定值 this.offsetValuerControlObj = item; diff --git a/src/views/centerairC/sysMonitor/monitorCenter.vue b/src/views/centerairC/sysMonitor/monitorCenter.vue index 13518b4..cfeab32 100644 --- a/src/views/centerairC/sysMonitor/monitorCenter.vue +++ b/src/views/centerairC/sysMonitor/monitorCenter.vue @@ -1715,7 +1715,7 @@ export default { const item = properties[i]; if ( item.paramType === "12" && - item.collectName.includes("用户冷水设定值") + item.collectName.includes("冷水控制设定值") ) { // 动态构造属性名 const propertyName = `hostSetTem${index}`;