From c43850fa3f9dc6d00dc72ec2990b8a146c6353cc Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Fri, 8 Dec 2023 17:31:26 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=9A=90=E8=97=8F?=
=?UTF-8?q?Tab=E5=A4=B4=E9=83=A8=E6=9C=AA=E8=A7=A6=E5=8F=91=E4=BF=9D?=
=?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
core/frontend/src/components/widget/deWidget/TabStyle.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/frontend/src/components/widget/deWidget/TabStyle.vue b/core/frontend/src/components/widget/deWidget/TabStyle.vue
index 730c9f8619..db1e25ce23 100644
--- a/core/frontend/src/components/widget/deWidget/TabStyle.vue
+++ b/core/frontend/src/components/widget/deWidget/TabStyle.vue
@@ -14,7 +14,7 @@
label="选项卡标题"
prop="titleShow"
>
- 隐藏
+ 隐藏
Date: Mon, 11 Dec 2023 11:31:56 +0800
Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20=E5=B8=AE=E5=8A=A9=E6=96=87?=
=?UTF-8?q?=E6=A1=A3URL=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
core/frontend/src/layout/components/Topbar.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/frontend/src/layout/components/Topbar.vue b/core/frontend/src/layout/components/Topbar.vue
index 34a133efa8..87df0f5bab 100644
--- a/core/frontend/src/layout/components/Topbar.vue
+++ b/core/frontend/src/layout/components/Topbar.vue
@@ -199,7 +199,7 @@ export default {
if (this.$store.getters.uiInfo && this.$store.getters.uiInfo['ui.helpLink'] && this.$store.getters.uiInfo['ui.helpLink'].paramValue) {
return this.$store.getters.uiInfo['ui.helpLink'].paramValue
}
- return 'https://dataease.io/docs/'
+ return 'https://dataease.io/docs/v1/'
},
/* topMenuColor() {
return this.$store.getters.uiInfo.topMenuColor
From 3e55d127c880208dda16ff382e57b76399ba8fb9 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Mon, 11 Dec 2023 12:12:15 +0800
Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BB=85=E8=B0=83=E6=95=B4=20Tab=20?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=87=E7=AD=BE=E9=A1=BA=E5=BA=8F?=
=?UTF-8?q?=E6=9C=AA=E8=A7=A6=E5=8F=91=E5=88=B0=E4=BB=AA=E8=A1=A8=E6=9D=BF?=
=?UTF-8?q?=E7=9A=84=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE=E8=BD=AC=E4=B8=BA?=
=?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=20#6133?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/components/canvas/components/editor/SettingMenu.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
index 2b7a96923f..38f3d5d792 100644
--- a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
+++ b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue
@@ -240,6 +240,9 @@ export default {
}
},
methods: {
+ styleChange() {
+ this.$store.commit('canvasChange')
+ },
openCustomSort() {
this.showCustomSort = true
},
@@ -251,6 +254,7 @@ export default {
this.$nextTick(() => {
this.showCustomSort = false
})
+ this.styleChange()
},
positionAdjust() {
bus.$emit('change_panel_right_draw', true)