From 0269982d6abe1b29360d5f8fc44b1aee5503f8cc Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 19 May 2026 15:34:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/ChartView.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/ChartView.vue b/core/core-frontend/src/views/chart/ChartView.vue index ab5d618a76..e3563eff01 100644 --- a/core/core-frontend/src/views/chart/ChartView.vue +++ b/core/core-frontend/src/views/chart/ChartView.vue @@ -27,6 +27,10 @@ const Dataset = defineAsyncComponent(() => import('@/views/visualized/data/datas const Datasource = defineAsyncComponent( () => import('@/views/visualized/data/datasource/index.vue') ) + +const ExportExcel = defineAsyncComponent( + () => import('@/views/visualized/data/dataset/ExportExcel.vue') +) const ScreenPanel = defineAsyncComponent(() => import('@/views/data-visualization/PreviewShow.vue')) const DashboardPanel = defineAsyncComponent( () => import('@/views/dashboard/DashboardPreviewShow.vue') @@ -45,7 +49,8 @@ const componentMap = { Datasource, ScreenPanel, DashboardPanel, - TemplateManage + TemplateManage, + ExportExcel } const iframeStyle = ref(null) const setStyle = debounce(() => {