style(@vben/web-antd): lint 自动格式化项目管理页面

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-04-16 23:11:06 +08:00
parent 44b2dd9d05
commit 93bfef06a4
3 changed files with 6 additions and 13 deletions

View File

@@ -10,10 +10,7 @@ import { isEmpty } from '@vben/utils';
import { message } from 'ant-design-vue';
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import {
deleteProject,
getProjectPage,
} from '#/api/system/project';
import { deleteProject, getProjectPage } from '#/api/system/project';
import { $t } from '#/locales';
import { useGridColumns, useGridFormSchema } from './data';