feat: 【ele】新增单表代码生成示例

This commit is contained in:
puhui999
2025-06-07 12:23:15 +08:00
parent e95c01d8cc
commit 0ecdd684f7
9 changed files with 528 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ import { downloadFileFromBlobPart } from '@vben/utils';
import { ElLoading, ElMessage } from 'element-plus';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import {
deleteUser,
exportUser,
@@ -18,7 +18,6 @@ import {
updateUserStatus,
} from '#/api/system/user';
import { DocAlert } from '#/components/doc-alert';
import { ACTION_ICON, TableAction } from '#/components/table-action';
import { $t } from '#/locales';
import { DICT_TYPE, getDictLabel } from '#/utils';