From 58f8b7fb22b03e0a8830f2ba2816ef9beab000e9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 18 May 2026 08:48:25 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=88iot=EF=BC=89=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20alert=20=E6=A8=A1=E5=9D=97=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=AF=84=E5=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/iot/alert/config/index.vue | 62 ++------ .../iot/alert/modules/alert-config-form.vue | 11 +- .../src/views/iot/alert/record/index.vue | 140 ++++++------------ 3 files changed, 68 insertions(+), 145 deletions(-) diff --git a/apps/web-antd/src/views/iot/alert/config/index.vue b/apps/web-antd/src/views/iot/alert/config/index.vue index 0f23562bc..b83176369 100644 --- a/apps/web-antd/src/views/iot/alert/config/index.vue +++ b/apps/web-antd/src/views/iot/alert/config/index.vue @@ -1,8 +1,10 @@ @@ -130,24 +96,25 @@ const [Grid, gridApi] = useVbenVxeGrid({ label: $t('ui.actionTitle.create', ['告警配置']), type: 'primary', icon: ACTION_ICON.ADD, + auth: ['iot:alert-config:create'], onClick: handleCreate, }, ]" /> - + - + - + -