From 671adbe3d20f2a2ffe7755f034b99a27e62107bd Mon Sep 17 00:00:00 2001
From: wangsixiang <2970484253@qq.com>
Date: Fri, 20 Jun 2025 14:57:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9F=9C=E7=94=B5=E8=A1=A8=E4=B8=8EUP?=
=?UTF-8?q?S=E9=A1=B5=E9=9D=A2(=E5=A4=87=E6=B3=A8UPS=E8=AE=BE=E5=A4=87?=
=?UTF-8?q?=E6=95=B0=E9=87=8F=E5=A4=AA=E5=B0=91,=E6=9A=82=E6=97=B6?=
=?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E9=A1=B5=E9=9D=A2)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/DeviceElectricityMeter.vue | 82 ++++++++++++++
.../components/DeviceUps.vue | 101 ++++++++++++++++++
.../Dialogs/IntegratedCabinet/index.vue | 10 ++
.../HomeDevice/IntegratedCabinet.vue | 16 ++-
4 files changed, 205 insertions(+), 4 deletions(-)
create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceElectricityMeter.vue
create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceUps.vue
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceElectricityMeter.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceElectricityMeter.vue
new file mode 100644
index 00000000..3f6dfdbf
--- /dev/null
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceElectricityMeter.vue
@@ -0,0 +1,82 @@
+
+
+
暂无设备参数
+
+
+
+ {{ data.text }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceUps.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceUps.vue
new file mode 100644
index 00000000..8aea3c5d
--- /dev/null
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceUps.vue
@@ -0,0 +1,101 @@
+
+
+
暂无设备参数
+
+
+
+ {{ data.text }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
index b6b4b501..55097781 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
@@ -14,6 +14,12 @@
+
+
+
+
@@ -41,6 +47,8 @@
import Video from "@screen/components/Video";
import LineChart from "../../LineChart/index.vue";
import DeviceParams from "./components/DeviceParams.vue";
+ import DeviceUps from "./components/DeviceUps.vue";
+ import DeviceElectricityMeter from "./components/DeviceElectricityMeter.vue";
import DeviceControlDialog from "./components/DeviceControlDialog.vue";
import AirConditioning from "./components/AirConditioning.vue";
import request from "@/utils/request";
@@ -64,6 +72,8 @@
Button,
DeviceParams,
DevicePacks,
+ DeviceUps,
+ DeviceElectricityMeter,
DeviceControlDialog,
AirConditioning,
},
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/IntegratedCabinet.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/IntegratedCabinet.vue
index ce9f3f3f..dee36f9f 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/IntegratedCabinet.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/IntegratedCabinet.vue
@@ -15,6 +15,12 @@
+
+
+
+
@@ -27,9 +33,7 @@
-
+
@@ -47,7 +51,9 @@
import DeviceControlDialog from "../Dialogs/IntegratedCabinet/components/DeviceControlDialog.vue";
import AirConditioning from "../Dialogs/IntegratedCabinet/components/AirConditioning.vue";
import request from "@/utils/request";
- import DevicePacks from "../Dialogs/IntegratedCabinet/components/DevicePacks.vue";
+ import DevicePacks from "../Dialogs/IntegratedCabinet/components/DevicePacks.vue";
+ import DeviceUps from "../Dialogs/IntegratedCabinet/components/DeviceUps.vue";
+ import DeviceElectricityMeter from "../Dialogs/IntegratedCabinet/components/DeviceElectricityMeter.vue";
import { getProduct } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js";
import { dialogDelayVisible } from "../Dialogs/mixin.js";
@@ -66,6 +72,8 @@
DevicePacks,
DeviceControlDialog,
AirConditioning,
+ DeviceUps,
+ DeviceElectricityMeter,
},
props: {
visible: {