From 76bed17ed9f109154dad9fc02ffaa032e084d9a4 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 18 May 2026 20:56:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=88iot=EF=BC=89=EF=BC=9A=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20alert=20=E7=9A=84=E4=BB=A3=E7=A0=81=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=EF=BC=88=E7=BB=A7=E7=BB=AD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/iot/alert/config/index.vue | 14 ++++++-------- apps/web-antd/src/views/iot/alert/record/index.vue | 1 - 2 files changed, 6 insertions(+), 9 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 13d8802d3..ac2637650 100644 --- a/apps/web-antd/src/views/iot/alert/config/index.vue +++ b/apps/web-antd/src/views/iot/alert/config/index.vue @@ -4,12 +4,12 @@ import type { AlertConfigApi } from '#/api/iot/alert/config'; import { Page, useVbenModal } from '@vben/common-ui'; import { DICT_TYPE } from '@vben/constants'; -import { getDictLabel } from '@vben/hooks'; -import { message, Tag } from 'ant-design-vue'; +import { message } from 'ant-design-vue'; import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; import { deleteAlertConfig, getAlertConfigPage } from '#/api/iot/alert/config'; +import { DictTag } from '#/components/dict-tag'; import { $t } from '#/locales'; import AlertConfigForm from './modules/form.vue'; @@ -102,17 +102,15 @@ const [Grid, gridApi] = useVbenVxeGrid({ ]" /> - - -