From 898b9de165f130489ce92c644c3f8310b4bc1daf Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 27 Nov 2025 14:07:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(rfid):=20=E4=BC=98=E5=8C=96=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=8F=8A=E5=91=8A=E8=AD=A6=E6=95=B0=E6=8D=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将日期范围选择器改为支持时间范围选择 - 记录时间显示格式改为包含时分秒 - 设备在线及告警状态显示改用dict-tag组件 - 告警列表设备名称显示逻辑调整,去除备用字段显示 - 告警时间字段改为alarmTime,直接显示原始值 - 告警级别显示改用dict-tag组件以统一风格 - 替换原有接口为新的实时统计和位置树接口获取数据 - 实现从位置树中提取设备的工具方法 - 精简删除不再使用的告警列表加载方法及时间格式化函数 --- src/views/index.vue | 89 +++++++++++++------------ src/views/rfid/rfidReadRecord/index.vue | 4 +- 2 files changed, 50 insertions(+), 43 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 3c2a5f3..eb7d088 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -67,16 +67,12 @@ @@ -93,16 +89,14 @@ - + - - + + @@ -116,11 +110,13 @@ diff --git a/src/views/rfid/rfidReadRecord/index.vue b/src/views/rfid/rfidReadRecord/index.vue index 3ec0abd..7ed7055 100644 --- a/src/views/rfid/rfidReadRecord/index.vue +++ b/src/views/rfid/rfidReadRecord/index.vue @@ -26,7 +26,7 @@