feat: code style
parent
757eb72018
commit
27c5dc65be
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue