diff --git a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue index 96efdbf..c39fbc3 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue @@ -12,12 +12,12 @@ color: #ffff80; z-index: 2; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }">
{{ item.deviceInfoName }}
- 模式: {{ item.autoStatus.label }} + 模式: {{ item?.autoStatus?.label }}
设定温度: {{ item.temp }} {{ item.tempUnit }} @@ -39,7 +39,7 @@ color: #ffff80; z-index: 2; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }">
出水温度: {{ item.temp }} {{ item.tempUnit }}
@@ -86,7 +86,7 @@ color: #ffff80; z-index: 2; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style.mLeft, bottom: item?.style.mBottom }">
温度: {{ item.temp }} {{ item.tempUnit }}
@@ -110,7 +110,7 @@ color: #ffff80; z-index: 2; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }"> @@ -118,7 +118,7 @@ {{ item.deviceInfoName }}
- 模式: {{ item.autoStatus.label }} + 模式: {{ item?.autoStatus?.label }}
设定温度: {{ item.temp }} {{ item.tempUnit }} @@ -137,7 +137,7 @@ color: #ffff80; z-index: 2; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }">
+ :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }">
{{ item.deviceInfoName }}
@@ -191,7 +191,7 @@ font-size: 12px; position: absolute; " - :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }"> + :style="{ left: item?.style?.mLeft, bottom: item?.style?.mBottom }">
回水温度: {{ item.temp }} {{ item.tempUnit }}
@@ -274,7 +274,7 @@