From 04440a5c9c858a403ac24431ae22256565165cf1 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 22 Jan 2026 18:02:39 +0800 Subject: [PATCH] =?UTF-8?q?style=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-=E7=82=B9=E4=BD=8D=E8=A7=84=E5=88=99-=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E7=8A=B6=E6=80=81=E4=BC=A05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/device/index.vue | 2 +- src/views/iot/devicemodel/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue index 92f518b5..3f02b108 100644 --- a/src/views/iot/device/index.vue +++ b/src/views/iot/device/index.vue @@ -681,7 +681,7 @@ const runningRuleOptions = [ { value: '4', label: '报警中(故障且运行)' }, ] -const alarmRuleOptions = [{ value: 'ALARM', label: '报警' }] +const alarmRuleOptions = [{ value: '5', label: '报警' }] const currentRuleOptions = computed(() => { const id = (ruleForm.identifier || '').toString().toUpperCase() diff --git a/src/views/iot/devicemodel/index.vue b/src/views/iot/devicemodel/index.vue index 8f9475f2..67fd636e 100644 --- a/src/views/iot/devicemodel/index.vue +++ b/src/views/iot/devicemodel/index.vue @@ -610,7 +610,7 @@ const runningRuleOptions = [ ] const alarmRuleOptions = [ - { value: 'ALARM', label: '报警' }, + { value: '5', label: '报警' }, ] const currentRuleOptions = computed(() => {