From b0a355a5e13d65c267bcc2cfafe9c05691bb52c1 Mon Sep 17 00:00:00 2001 From: "3067418132@qq.com" Date: Thu, 19 Mar 2026 15:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E6=84=9F=E5=99=A8=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotWater/waterControl/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/hotWater/waterControl/index.vue b/src/views/hotWater/waterControl/index.vue index bcae3e4..14236c7 100644 --- a/src/views/hotWater/waterControl/index.vue +++ b/src/views/hotWater/waterControl/index.vue @@ -721,7 +721,7 @@ item.engineeringMaxValue, item.engineeringMaxValueId, '上限', - item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? '%' : '' + item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? 'm' : '' ) " @input="handleInput(item)" @@ -729,7 +729,7 @@ >
bar
-
%
+
m
下限:
@@ -743,7 +743,7 @@ item.engineeringMinValue, item.engineeringMinValueId, '下限', - item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? '%' : '' + item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? 'm' : '' ) " @input="handleInput(item)" @@ -751,7 +751,7 @@ >
bar
-
%
+
m
数字上限:
@@ -803,7 +803,7 @@ item.calibrationValue, item.calibrationValueId, '校准值', - item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? '%' : '' + item.name.includes('温度') ? '℃' : item.name.includes('压力') ? 'bar' : item.name.includes('液位') ? 'm' : '' ) " @input="handleInput(item)" @@ -811,7 +811,7 @@ >
bar
-
%
+
m
当前值: