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'" + + + + +