From bd13df93d3eab10ea3f93758adf0328dde10215a Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Fri, 30 Jan 2026 17:27:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AF=B9=E6=8E=A5=E8=AE=BE=E5=A4=87=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E9=A1=B5=E9=9D=A2-=E4=BA=8C=E9=80=9A=E9=98=80?= =?UTF-8?q?=E3=80=81=E4=B8=89=E9=80=9A=E9=98=80=E7=9A=84=E5=BC=80=E5=BA=A6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=202.=E5=AF=B9=E6=8E=A5=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=83=AD=E9=87=8F=E5=88=86=E6=9E=90=203.=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=83=AD=E9=87=8F=E6=80=BB=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device/gather.js | 9 + .../deviceMonitor/monitorCenter.vue | 145 ++- .../heatRecoverySys/heatOverview/index.vue | 1027 +++++++++++++++++ .../components/deviceEnergy.vue | 775 +++++++++++++ .../thermalAnalysis/components/equipment.vue | 872 ++++++++++++++ .../heatRecoverySys/thermalAnalysis/index.vue | 80 +- 6 files changed, 2899 insertions(+), 9 deletions(-) create mode 100644 src/views/heatRecoverySys/heatOverview/index.vue create mode 100644 src/views/heatRecoverySys/thermalAnalysis/components/deviceEnergy.vue create mode 100644 src/views/heatRecoverySys/thermalAnalysis/components/equipment.vue 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 +
+
+
+ + + + + + + + +
+
+
+ + + + + +