From 9752ebf0a5ca7d0aa916776059a3033cdd60e087 Mon Sep 17 00:00:00 2001 From: wangsixiang <2970484253@qq.com> Date: Tue, 25 Feb 2025 09:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=97=A8=E7=A6=81=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=EF=BC=8C=E8=AE=BE=E5=A4=87=E7=AE=B1=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/common/menuData.js | 6 + .../components/DeviceParams.vue | 8 +- .../RemoteMachine/components/DeviceParams.vue | 22 ++ .../SmartDevice/components/DeviceParams.vue | 22 ++ .../maintenanceOperations/smart/door/data.js | 138 ++++++++++ .../smart/door/index.vue | 244 ++++++++++++++++++ 6 files changed, 439 insertions(+), 1 deletion(-) create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/data.js create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/door/index.vue diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index 3638d98f..a56be29b 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -224,6 +224,12 @@ export default [ path: "/maintain/solar", component: "maintenanceOperations/solar/index.vue", }, + { + title: "电子门禁记录", + name: "door", + path: "/maintain/smart/door", + component: "maintenanceOperations/smart/door/index.vue", + }, ], }, { diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceParams.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceParams.vue index 629a4b68..26e0548f 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceParams.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/components/DeviceParams.vue @@ -24,7 +24,9 @@ {{ data.text }} - +
+

当水浸监测值小于侵水电压阈值值浸水异常,当烟雾报警值大于烟雾报警阈值时烟雾异常。

+
@@ -220,5 +222,9 @@ .DeviceParams { height: 100%; } + .tips { + padding: 10px; + color: rgb(231, 237, 244); /* 文字颜色 */ +} \ No newline at end of file diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue index b43edbd5..b7a9e52c 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue @@ -1,6 +1,7 @@ + +