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
当前值: