diff --git a/hx-ai-intelligent/src/api/coldAndHeatSources.ts b/hx-ai-intelligent/src/api/coldAndHeatSources.ts new file mode 100644 index 0000000..6169a7c --- /dev/null +++ b/hx-ai-intelligent/src/api/coldAndHeatSources.ts @@ -0,0 +1,10 @@ +import { BASE_URL } from './index'; + +export enum coldAndHeatSourcesApi { + getUserWaterPumpState = `${BASE_URL}/api/tempSysCtrl/getUserWaterPumpState`, // 用户水泵查询最新状态 + getLandWaterPumpState = `${BASE_URL}/api/tempSysCtrl/getLandWaterPumpState`, // 地源水泵查询最新状态 + getLandHeatPumpState = `${BASE_URL}/api/tempSysCtrl/getLandHeatPumpState`, //螺旋式地源热泵 - 查询最新状态 + getEnergyTankState = `${BASE_URL}/api/tempSysCtrl/getEnergyTankState`, //冷热水双蓄储能罐 - 查询最新状态 + getCoolPumpState = `${BASE_URL}/api/tempSysCtrl/getCoolPumpState`, //释冷泵 - 查询最新状态 + getAirHeatPumpState = `${BASE_URL}/api/tempSysCtrl/getAirHeatPumpState`, //空气源热泵 - 查询最新状态 +} diff --git a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue index 8d03c79..c201781 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue @@ -17,16 +17,40 @@ {{ item.deviceInfoName }}
- 模式: {{ item.type }} + 模式: {{ item.autoStatus.label }}
- 设定温度: {{ item.number }} + 设定温度: {{ item.temp }} {{ item.tempUnit }}
+ +
- + @change="toggleAllSelection" /> -->
水泵
+ + @@ -90,15 +138,17 @@ z-index: 2; " :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> -
+
{{ item.deviceInfoName }}
-
- 出水温度: {{ item.number }} -
-
- 流量: {{ item.lNumber }} -
@@ -117,17 +167,14 @@ z-index: 2; " :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> -
+
{{ item.deviceInfoName }}
- 出水温度: {{ item.number }} + 出水温度: {{ item.temp }} {{ item.tempUnit }}
- 容量: {{ item.rNumber }} -
-
- 流量: {{ item.lNumber }} + 容量: {{ item.vol }} {{ item.volUnit }}
{{ item.deviceInfoName }}
+ + @@ -294,13 +360,13 @@ " :style="{ left: item.style.mLeft, bottom: item.style.mBottom }"> + + + +