fix:联调权限页面模块 优化全局table组件

This commit is contained in:
liangdong
2026-01-12 19:28:26 +08:00
parent 79e16909f0
commit a4bb81dc0a
17 changed files with 768 additions and 386 deletions

1
components.d.ts vendored
View File

@@ -13,6 +13,7 @@ declare module 'vue' {
export interface GlobalComponents {
AutoTooltip: typeof import('./src/components/autoTooltip/index.vue')['default']
CardItem: typeof import('./src/components/cardItem/index.vue')['default']
CollapseHeader: typeof import('./src/components/collapseHeader/index.vue')['default']
Comment: typeof import('./src/components/comment/index.vue')['default']
CommonFilter: typeof import('./src/components/commonFilter/index.vue')['default']
DynamicSvgIcon: typeof import('./src/components/dynamicSvgIcon/index.vue')['default']