feat: 新增部门管理

This commit is contained in:
2024-04-10 21:22:25 +08:00
parent 63da55ab03
commit 3533e020c6
7 changed files with 374 additions and 0 deletions

View File

@@ -37,5 +37,6 @@ declare module 'vue' {
ParentView: typeof import('./../components/ParentView/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
}
}