From 8918ed5d83d45359512bd2df5a349b5e936a54bd Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 27 Nov 2024 19:31:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visualization/ComponentEditBar.vue | 44 ++++++------- .../component-group/DbMoreComGroup.vue | 2 +- core/core-frontend/src/locales/en.ts | 35 +++++++++-- core/core-frontend/src/locales/tw.ts | 26 ++++++++ core/core-frontend/src/locales/zh-CN.ts | 26 ++++++++ .../modules/data-visualization/dvMain.ts | 2 +- .../editor-senior/components/Threshold.vue | 14 +++-- .../editor/editor-style/VQueryChartStyle.vue | 62 ++++++++++++------- .../components/table/TableCellSelector.vue | 2 +- .../components/editor/filter/FilterTree.vue | 2 +- .../views/chart/components/editor/index.vue | 6 +- .../views/chart/components/views/index.vue | 14 ++++- .../src/views/share/share/ShareTicket.vue | 2 +- 13 files changed, 178 insertions(+), 59 deletions(-) diff --git a/core/core-frontend/src/components/visualization/ComponentEditBar.vue b/core/core-frontend/src/components/visualization/ComponentEditBar.vue index 94d15123d5..e71bb88e3c 100644 --- a/core/core-frontend/src/components/visualization/ComponentEditBar.vue +++ b/core/core-frontend/src/components/visualization/ComponentEditBar.vue @@ -13,7 +13,7 @@ @@ -21,12 +21,12 @@