From 7cc8d9067c368b57e23ac52e0c869e7e4bef5853 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 7 Apr 2023 23:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20swagger=E3=80=81druid?= =?UTF-8?q?=E3=80=81skywalking=E3=80=81admin=20=E7=9A=84=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/auto-components.d.ts | 4 +++ src/views/infra/dbDoc/index.vue | 52 ++++++++++++---------------- src/views/infra/druid/index.vue | 20 +++++++++-- src/views/infra/server/index.vue | 21 +++++++++-- src/views/infra/skywalking/index.vue | 18 +++++++++- src/views/infra/swagger/index.vue | 20 +++++++++-- 6 files changed, 96 insertions(+), 39 deletions(-) diff --git a/src/types/auto-components.d.ts b/src/types/auto-components.d.ts index b707dd22..c7ff571c 100644 --- a/src/types/auto-components.d.ts +++ b/src/types/auto-components.d.ts @@ -56,10 +56,14 @@ declare module '@vue/runtime-core' { ElIcon: typeof import('element-plus/es')['ElIcon'] ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] ElInput: typeof import('element-plus/es')['ElInput'] + ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] ElLink: typeof import('element-plus/es')['ElLink'] ElOption: typeof import('element-plus/es')['ElOption'] 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'] ElSelect: typeof import('element-plus/es')['ElSelect'] diff --git a/src/views/infra/dbDoc/index.vue b/src/views/infra/dbDoc/index.vue index b15489c8..6b3e3f8b 100644 --- a/src/views/infra/dbDoc/index.vue +++ b/src/views/infra/dbDoc/index.vue @@ -2,46 +2,38 @@ -
- - - + + 导出 HTML + + + 导出 Word + + + 导出 Markdown +
-