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 @@
- {{ 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 @@
+
+
+
+
+
+
+
时间类型:
+
+ 小时
+ 日
+ 月
+ 年
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+ {{ this.titleDate }} {{ this.deviceTitle }}
+
+
+
+
+
+
+ | 数据类型 |
+
+ {{ item }}
+ |
+
+
+
+
+ | 热量(kwh) |
+
+ {{ item }}
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
时间类型:
+
+ 小时
+ 日
+ 月
+ 年
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 打印
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+ | 设备能耗报表 |
+
+
+ |
+ {{ item.label }}
+ |
+
+
+
+ |
+ {{ value }}
+ |
+
+
+
+
操作员: {{ this.userName }}
+
日期: {{ this.operationDate }}
+
+
+
+
+
+ 取消
+
+
+
+
+ 确认
+
+
+
+
+
+
+
+
+
+
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 @@
- 222
-
\ No newline at end of file
+
+
+
+
+
+
+