fix: 菜单按1-6顺序重排+规则4KPI分级
This commit is contained in:
Vendored
+21
@@ -14,6 +14,24 @@ declare module 'vue' {
|
||||
BulletChart: typeof import('./src/components/charts/BulletChart.vue')['default']
|
||||
ConnectionLines: typeof import('./src/components/strategy/ConnectionLines.vue')['default']
|
||||
DriverFactorBudget: typeof import('./src/components/DriverFactorBudget.vue')['default']
|
||||
ElAlert: typeof import('element-plus/es')['ElAlert']
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
ElCard: typeof import('element-plus/es')['ElCard']
|
||||
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
||||
ElForm: typeof import('element-plus/es')['ElForm']
|
||||
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
||||
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||||
ElInput: typeof import('element-plus/es')['ElInput']
|
||||
ElOption: typeof import('element-plus/es')['ElOption']
|
||||
ElProgress: typeof import('element-plus/es')['ElProgress']
|
||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
|
||||
ElTable: typeof import('element-plus/es')['ElTable']
|
||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||||
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
||||
ElTabs: typeof import('element-plus/es')['ElTabs']
|
||||
ElTag: typeof import('element-plus/es')['ElTag']
|
||||
ElUpload: typeof import('element-plus/es')['ElUpload']
|
||||
GaugeChart: typeof import('./src/components/charts/GaugeChart.vue')['default']
|
||||
GrowthQuality: typeof import('./src/components/GrowthQuality.vue')['default']
|
||||
KnowledgePanel: typeof import('./src/components/KnowledgePanel.vue')['default']
|
||||
@@ -31,4 +49,7 @@ declare module 'vue' {
|
||||
WaterfallChart: typeof import('./src/components/charts/WaterfallChart.vue')['default']
|
||||
WelcomeGuide: typeof import('./src/components/WelcomeGuide.vue')['default']
|
||||
}
|
||||
export interface GlobalDirectives {
|
||||
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user