diff --git a/src/api/device/gather.js b/src/api/device/gather.js index 8d856b5..b36deaa 100644 --- a/src/api/device/gather.js +++ b/src/api/device/gather.js @@ -48,3 +48,12 @@ export function delCPM(cpmIds) { method: "delete", }); } + +// 设备组列表 +export function devicesList(query) { + return request({ + url: "/space/tree", + method: "get", + params: query, + }); +} \ No newline at end of file diff --git a/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue b/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue index 3e5a3bd..c373eb4 100644 --- a/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue +++ b/src/views/heatRecoverySys/deviceMonitor/monitorCenter.vue @@ -115,8 +115,14 @@
冷却塔
离心机
-
-
+
+
@@ -249,7 +255,7 @@
- {{ getHotMeterTemp(valveOneArr, "开度反馈") }}% + {{ getHotMeterTemp(valveOneArr, "开度反馈") }}%
@@ -260,7 +266,7 @@ + + diff --git a/src/views/heatRecoverySys/thermalAnalysis/components/deviceEnergy.vue b/src/views/heatRecoverySys/thermalAnalysis/components/deviceEnergy.vue new file mode 100644 index 0000000..8f81e19 --- /dev/null +++ b/src/views/heatRecoverySys/thermalAnalysis/components/deviceEnergy.vue @@ -0,0 +1,775 @@ + + + + + diff --git a/src/views/heatRecoverySys/thermalAnalysis/components/equipment.vue b/src/views/heatRecoverySys/thermalAnalysis/components/equipment.vue new file mode 100644 index 0000000..431ee88 --- /dev/null +++ b/src/views/heatRecoverySys/thermalAnalysis/components/equipment.vue @@ -0,0 +1,872 @@ + + + + + diff --git a/src/views/heatRecoverySys/thermalAnalysis/index.vue b/src/views/heatRecoverySys/thermalAnalysis/index.vue index ff46463..e1ddb29 100644 --- a/src/views/heatRecoverySys/thermalAnalysis/index.vue +++ b/src/views/heatRecoverySys/thermalAnalysis/index.vue @@ -1,3 +1,79 @@ \ No newline at end of file +
+
+
+ + + + + + + + +
+
+
+ + + + + +