feat: code style

This commit is contained in:
xingyu4j
2025-10-16 16:35:51 +08:00
parent 757eb72018
commit 27c5dc65be
2 changed files with 2 additions and 4 deletions

View File

@@ -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),

View File

@@ -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';