From 27c5dc65bed2dd782e23289caf3e16c8024ff6e1 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 16 Oct 2025 16:35:51 +0800 Subject: [PATCH] feat: code style --- apps/web-naive/src/views/system/social/client/index.vue | 3 +-- apps/web-naive/src/views/system/tenant/modules/form.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web-naive/src/views/system/social/client/index.vue b/apps/web-naive/src/views/system/social/client/index.vue index 73d337a63..09ba2d6b0 100644 --- a/apps/web-naive/src/views/system/social/client/index.vue +++ b/apps/web-naive/src/views/system/social/client/index.vue @@ -8,7 +8,6 @@ import { confirm, DocAlert, Page, useVbenModal } from '@vben/common-ui'; import { isEmpty } from '@vben/utils'; import { message } from '#/adapter/naive'; - import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; import { deleteSocialClient, @@ -136,7 +135,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ }, { label: $t('ui.actionTitle.deleteBatch'), - type: 'error', + type: 'error', icon: ACTION_ICON.DELETE, auth: ['system:social-client:delete'], disabled: isEmpty(checkedIds), diff --git a/apps/web-naive/src/views/system/tenant/modules/form.vue b/apps/web-naive/src/views/system/tenant/modules/form.vue index f122901cd..b2b4e99a3 100644 --- a/apps/web-naive/src/views/system/tenant/modules/form.vue +++ b/apps/web-naive/src/views/system/tenant/modules/form.vue @@ -5,9 +5,8 @@ import { computed, ref } from 'vue'; import { useVbenModal } from '@vben/common-ui'; -import { message } from '#/adapter/naive'; - import { useVbenForm } from '#/adapter/form'; +import { message } from '#/adapter/naive'; import { createTenant, getTenant, updateTenant } from '#/api/system/tenant'; import { $t } from '#/locales';