diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index bf3098c..5d47c86 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -72,6 +72,7 @@ declare module 'vue' { NSpin: typeof import('naive-ui')['NSpin'] NSwitch: typeof import('naive-ui')['NSwitch'] NTab: typeof import('naive-ui')['NTab'] + NTable: typeof import('naive-ui')['NTable'] NTabs: typeof import('naive-ui')['NTabs'] NTag: typeof import('naive-ui')['NTag'] NTooltip: typeof import('naive-ui')['NTooltip'] @@ -155,6 +156,7 @@ declare global { const NSpin: typeof import('naive-ui')['NSpin'] const NSwitch: typeof import('naive-ui')['NSwitch'] const NTab: typeof import('naive-ui')['NTab'] + const NTable: typeof import('naive-ui')['NTable'] const NTabs: typeof import('naive-ui')['NTabs'] const NTag: typeof import('naive-ui')['NTag'] const NTooltip: typeof import('naive-ui')['NTooltip'] diff --git a/src/views/home/highRiskDetail/index.vue b/src/views/home/highRiskDetail/index.vue index 7a39663..0643068 100644 --- a/src/views/home/highRiskDetail/index.vue +++ b/src/views/home/highRiskDetail/index.vue @@ -1,9 +1,10 @@