feat:对接部门管理,优化菜单管理,共用handleTree方法

This commit is contained in:
AN
2025-04-13 13:22:12 +08:00
parent 73cfa34796
commit 375ffa1578
19 changed files with 667 additions and 165 deletions

View File

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