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

@@ -295,4 +295,5 @@ export type OnActionClickParams<T = Recordable<any>> = {
export type OnActionClickFn<T = Recordable<any>> = (
params: OnActionClickParams<T>,
) => void;
export * from '#/components/table-action';
export type * from '@vben/plugins/vxe-table';