From 5e53e0d7ec34a6ce8889dc79d65e8996a46c0f72 Mon Sep 17 00:00:00 2001 From: zch Date: Tue, 27 May 2025 13:59:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(ems):=20=E4=B8=BA=E8=AE=A1=E9=87=8F?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=98=88=E5=80=BC=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在设备列表中增加"阈值"操作按钮 - 实现阈值管理对话框,包括设备信息展示和阈值规则列表- 添加新增、编辑和删除阈值规则的功能 - 优化表单验证和数据加载逻辑 - 增加相关样式和布局调整 --- .../base/baseMonitorInfoIOTDevice/index.vue | 297 +++++++++++++++++- 1 file changed, 293 insertions(+), 4 deletions(-) diff --git a/src/views/ems/base/baseMonitorInfoIOTDevice/index.vue b/src/views/ems/base/baseMonitorInfoIOTDevice/index.vue index 25d200d..b5a31b4 100644 --- a/src/views/ems/base/baseMonitorInfoIOTDevice/index.vue +++ b/src/views/ems/base/baseMonitorInfoIOTDevice/index.vue @@ -94,12 +94,14 @@ - + @@ -170,18 +172,123 @@ 取 消 + + + +
+ + +
+ 设备信息 +
+ + +
+ 设备编号: + {{ currentDevice.monitorCode }} +
+
+ +
+ 设备名称: + {{ currentDevice.monitorName }} +
+
+ +
+ 能源类型: + {{ getMonitorTypeLabel(currentDevice.monitorType) }} +
+
+
+
+ + + +
+ 阈值规则管理 + + 新增规则 + +
+ + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + {{ dict.label }} + + + + + + + + + + + + + + + + + +