diff --git a/components.d.ts b/components.d.ts
index ea7172c..6409fd4 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -14,6 +14,7 @@ declare module 'vue' {
CardItem: typeof import('./src/components/cardItem/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']
ElAside: typeof import('element-plus/es')['ElAside']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBadge: typeof import('element-plus/es')['ElBadge']
@@ -75,6 +76,7 @@ declare module 'vue' {
StandardMenu: typeof import('./src/components/standardMenu/index.vue')['default']
StandMenu: typeof import('./src/components/standMenu/index.vue')['default']
Xxx: typeof import('./src/components/comment/xxx.vue')['default']
+ Xxxx: typeof import('./src/components/xxxx/index.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
diff --git a/src/components/commonFilter/index.vue b/src/components/commonFilter/index.vue
index fe024ed..8aefbd3 100644
--- a/src/components/commonFilter/index.vue
+++ b/src/components/commonFilter/index.vue
@@ -30,7 +30,6 @@
+
+
\ No newline at end of file
diff --git a/src/components/overflowTabs/index.vue b/src/components/overflowTabs/index.vue
index a28ef09..561962f 100644
--- a/src/components/overflowTabs/index.vue
+++ b/src/components/overflowTabs/index.vue
@@ -42,7 +42,6 @@
diff --git a/src/pages/stage/origanization/index.vue b/src/pages/stage/origanization/index.vue
index 2c466a9..4d68fbd 100644
--- a/src/pages/stage/origanization/index.vue
+++ b/src/pages/stage/origanization/index.vue
@@ -7,7 +7,7 @@