From 6d1de06720209914895c0a51be4299f13049301c Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 11 Apr 2024 10:25:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E6=9F=B1?= =?UTF-8?q?=E5=BD=A2=E5=9B=BE=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=9F=B1=E7=8A=B6?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 7a55cdeba4..8092ddf420 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -828,7 +828,7 @@ export default { chart_type_table: '表格', chart_type_quota: '指标', chart_type_trend: '线/面图', - chart_type_compare: '柱形图', + chart_type_compare: '柱状图', chart_type_distribute: '分布图', chart_type_relation: '关系图', chart_type_space: '地图', From 5474692a6028996c0638c6c68f8c4f1c84eb25f9 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 11 Apr 2024 10:26:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=8D=A1=E5=A4=A7=E5=B1=8F=E5=90=8E=E7=BC=80=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-style/components/IndicatorValueSelector.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue index bc5a6c5d1a..d353b943fa 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue @@ -402,10 +402,11 @@ defineExpose({ getFormData })