From 753472ddcce34bb7a9bcc6036aa1ab5383ca92c5 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 12 Jul 2023 15:06:13 +0800 Subject: [PATCH 01/11] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96):=20=E4=BF=AE=E5=A4=8D=E5=AF=B9?= =?UTF-8?q?=E7=A7=B0=E6=9D=A1=E5=BD=A2=E5=9B=BE=E5=89=AF=E5=80=BC=E8=BD=B4?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=B0=83=E6=95=B4=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/dragItem/QuotaExtItem.vue | 2 +- frontend/src/views/chart/view/ChartEdit.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/dragItem/QuotaExtItem.vue b/frontend/src/views/chart/components/dragItem/QuotaExtItem.vue index 4ce2771a3f..39e695a509 100644 --- a/frontend/src/views/chart/components/dragItem/QuotaExtItem.vue +++ b/frontend/src/views/chart/components/dragItem/QuotaExtItem.vue @@ -449,7 +449,7 @@ export default { valueFormatter() { this.item.index = this.index - this.item.formatterType = 'quota' + this.item.formatterType = 'quotaExt' this.$emit('valueFormatter', this.item) } } diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 4a7626ee4d..e03e43134e 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -819,6 +819,7 @@ @editItemFilter="showQuotaEditFilter" @onNameEdit="showRename" @editItemCompare="showQuotaEditCompare" + @valueFormatter="valueFormatter" /> From 3b7bc7942b6c3d6b7e544067853f87477e034833 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 12 Jul 2023 15:16:05 +0800 Subject: [PATCH 02/11] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-PDF=E5=AF=BC?= =?UTF-8?q?=E5=87=BA):=20PDF=E5=AF=BC=E5=87=BA=E6=97=B6=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/EditBar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/EditBar.vue b/frontend/src/components/canvas/components/editor/EditBar.vue index a185a38f08..42ee290db0 100644 --- a/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/frontend/src/components/canvas/components/editor/EditBar.vue @@ -82,10 +82,10 @@ /> - @@ -469,7 +469,7 @@ export default { this.$emit('showViewDetails', { openType: openType }) }, exportExcelDownload() { - exportExcelDownload(this.chart, null, null, null, null, null) + exportExcelDownload(this.chart) }, auxiliaryMatrixChange() { if (this.curComponent.auxiliaryMatrix) { From 56c1c7f5595aa45b34a1eebe630e0b30872d8480 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 12 Jul 2023 23:42:29 +0800 Subject: [PATCH 03/11] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E5=9E=8BXSS=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/TitleRemark.vue | 2 +- frontend/src/views/dataset/data/components/LazyTree.vue | 2 +- frontend/src/views/dataset/group/GroupMoveSelector.vue | 2 +- frontend/src/views/login/index.vue | 2 +- frontend/src/views/panel/export/PDFPreExport.vue | 2 +- frontend/src/views/system/user/index.vue | 2 +- frontend/src/views/wizard/WizardCard.vue | 2 +- frontend/src/views/wizard/WizardCardEnterprise.vue | 2 +- frontend/src/views/wizard/details/CardDetail.vue | 2 +- frontend/src/views/wizard/details/LatestDevelopments.vue | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/views/chart/view/TitleRemark.vue b/frontend/src/views/chart/view/TitleRemark.vue index 151bb41d36..2d6beaa0b2 100644 --- a/frontend/src/views/chart/view/TitleRemark.vue +++ b/frontend/src/views/chart/view/TitleRemark.vue @@ -10,7 +10,7 @@
diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index 50df6c744b..75a3db4e5f 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -202,7 +202,7 @@ diff --git a/frontend/src/views/panel/export/PDFPreExport.vue b/frontend/src/views/panel/export/PDFPreExport.vue index 83fc3e37d2..76e0a58f1e 100644 --- a/frontend/src/views/panel/export/PDFPreExport.vue +++ b/frontend/src/views/panel/export/PDFPreExport.vue @@ -15,7 +15,7 @@
diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index 7afbb41c7e..ca726d34c8 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -202,7 +202,7 @@
{{ filterRoles(scope.row.roles) }}
diff --git a/frontend/src/views/wizard/WizardCard.vue b/frontend/src/views/wizard/WizardCard.vue index ca795e4dd6..d124a4e225 100644 --- a/frontend/src/views/wizard/WizardCard.vue +++ b/frontend/src/views/wizard/WizardCard.vue @@ -9,7 +9,7 @@ {{ details.head }} - + {{ $t('wizard.click_show') }} diff --git a/frontend/src/views/wizard/WizardCardEnterprise.vue b/frontend/src/views/wizard/WizardCardEnterprise.vue index 8f1d344436..9d46cc886b 100644 --- a/frontend/src/views/wizard/WizardCardEnterprise.vue +++ b/frontend/src/views/wizard/WizardCardEnterprise.vue @@ -9,7 +9,7 @@ {{ details.head }} - + {{ $t('wizard.apply') }} diff --git a/frontend/src/views/wizard/details/CardDetail.vue b/frontend/src/views/wizard/details/CardDetail.vue index 7699033021..f725d31833 100644 --- a/frontend/src/views/wizard/details/CardDetail.vue +++ b/frontend/src/views/wizard/details/CardDetail.vue @@ -18,7 +18,7 @@ {{ details.head }} - + {{ details.bottom }} diff --git a/frontend/src/views/wizard/details/LatestDevelopments.vue b/frontend/src/views/wizard/details/LatestDevelopments.vue index 8873f51aa0..7d656d00b6 100644 --- a/frontend/src/views/wizard/details/LatestDevelopments.vue +++ b/frontend/src/views/wizard/details/LatestDevelopments.vue @@ -18,7 +18,7 @@ {{ details.head }} - + {{ details.bottom }} From 929a1a2866742d17ac548eaae47060219a5c3a7c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 13 Jul 2023 10:39:48 +0800 Subject: [PATCH 04/11] =?UTF-8?q?feat:=20java8=E5=8D=87=E7=BA=A7java11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index a4dfbe8c94..075ec4f387 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -14,7 +14,7 @@ UTF-8 1.9.1 - 1.8 + 11 20.1.0 3.12.1 4.0.0 @@ -429,8 +429,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11 From 836fa1c6883c2a12298da71a954019415242e914 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Thu, 13 Jul 2023 10:55:50 +0800 Subject: [PATCH 05/11] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E9=95=9C=E5=83=8Fjre=E5=88=B011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 209a5a99b1..83885e4eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre:edge-chromium +FROM registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre:edge-chromium-11 ARG IMAGE_TAG From 7c0be7e92db081683e93905e601022980d7e07dd Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 13 Jul 2023 12:03:16 +0800 Subject: [PATCH 06/11] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E9=9C=80=E8=A6=81=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/asyncComponent/index.vue | 9 ++++++++- frontend/src/views/chart/view/ChartEdit.vue | 8 +++++--- frontend/src/views/dataset/common/DatasetChartDetail.vue | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/asyncComponent/index.vue b/frontend/src/components/asyncComponent/index.vue index caa85d89e0..d916de5a2c 100644 --- a/frontend/src/components/asyncComponent/index.vue +++ b/frontend/src/components/asyncComponent/index.vue @@ -3,6 +3,8 @@ :is="mode" :ref="refId" :obj="obj" + :bus="bus" + :axios-request="request" v-bind="$attrs" v-on="$listeners" /> @@ -11,6 +13,9 @@