From be1c7dc9cc62a7c31358dc06adaae44f51710b42 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 28 Jan 2026 14:38:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=87=87=E9=9B=86=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E6=A8=A1=E5=9E=8B/=E9=87=87=E9=9B=86=E8=AE=BE?= =?UTF-8?q?=E5=A4=87-=E6=B7=BB=E5=8A=A0=E5=91=8A=E8=AD=A6=E7=99=BB?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 1 + src/views/iot/device/index.vue | 30 +++++++++++++++++++++++++++++ src/views/iot/devicemodel/index.vue | 18 +++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 051535cc..4c1c8ddf 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -278,6 +278,7 @@ export enum DICT_TYPE { IOT_ALERT_LEVEL = "iot_alert_level", IOT_PROTOCOL = "iot_protocol", IOT_DEVICE_ATTRIBUTE_UNIT = "iot_device_attribute_unit", + IOT_ALARM_REGISTRATION = " alarm_registration", PRIMARY_FLAG = "primary_flag" } diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue index 073f642d..edef0db8 100644 --- a/src/views/iot/device/index.vue +++ b/src/views/iot/device/index.vue @@ -273,6 +273,19 @@ link :type="isRowConnected(scope.row) ? 'warning' : 'success'" + + + + +
@@ -413,6 +426,16 @@ link :type="isRowConnected(scope.row) ? 'warning' : 'success'" + + + + +