fix: 为代码生成模板添加按钮权限,导出功能;修复已知bug

This commit is contained in:
ANHE
2025-03-18 22:54:52 +08:00
parent bed79ce123
commit 43ea8ed755
4 changed files with 97 additions and 25 deletions

View File

@ -18,7 +18,7 @@ withDefaults(defineProps<Props>(), {
itemAlign: undefined,
showAdd: true,
showDelete: true,
showExport: false
showExport: true
});
interface Emits {