From 19bd69c47f3e0a8ce04a3dffa4a48489dc312387 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Mon, 27 Dec 2021 10:43:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=A8=A1=E7=89=88):=20=E4=BF=AE=E5=A4=8D=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=89=93=E5=8C=85=E6=97=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E6=A8=A1=E7=89=88=E5=BC=95=E7=94=A8=E4=BA=86?= =?UTF-8?q?xpack=E9=87=8C=E7=BB=84=E4=BB=B6=E8=80=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复开源版本打包时项目报告模版引用了xpack里组件而导致打包失败的问题 --- .../template/enterprise/share/ReportChart.vue | 329 ++++++++++++++++++ .../share/ShareEnterpriseReportTemplate.vue | 2 +- 2 files changed, 330 insertions(+), 1 deletion(-) create mode 100644 frontend/src/template/enterprise/share/ReportChart.vue diff --git a/frontend/src/template/enterprise/share/ReportChart.vue b/frontend/src/template/enterprise/share/ReportChart.vue new file mode 100644 index 0000000000..b15e58cdb0 --- /dev/null +++ b/frontend/src/template/enterprise/share/ReportChart.vue @@ -0,0 +1,329 @@ + + + + + diff --git a/frontend/src/template/enterprise/share/ShareEnterpriseReportTemplate.vue b/frontend/src/template/enterprise/share/ShareEnterpriseReportTemplate.vue index 14ba807d56..cf026a4568 100644 --- a/frontend/src/template/enterprise/share/ShareEnterpriseReportTemplate.vue +++ b/frontend/src/template/enterprise/share/ShareEnterpriseReportTemplate.vue @@ -4,7 +4,7 @@