add:增加权限弹窗

This commit is contained in:
liangdong
2026-01-08 22:45:00 +08:00
parent 9a2fb78f42
commit a76046e2cc
6 changed files with 623 additions and 24 deletions

2
components.d.ts vendored
View File

@@ -50,6 +50,7 @@ declare module 'vue' {
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
@@ -70,6 +71,7 @@ declare module 'vue' {
EmojiPicker: typeof import('./src/components/comment/emojiPicker.vue')['default']
GlobaIcon: typeof import('./src/components/globaIcon/index.vue')['default']
GlobalIcon: typeof import('./src/components/GlobalIcon/index.vue')['default']
MemberSelector: typeof import('./src/components/memberSelector/index.vue')['default']
NameAvatar: typeof import('./src/components/nameAvatar/index.vue')['default']
OverflowTabs: typeof import('./src/components/overflowTabs/index.vue')['default']
PageForm: typeof import('./src/components/pageForm/index.vue')['default']