From 68e647d848b677e5ed08bf7923661458511b2ab2 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 9 Oct 2025 16:33:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Typos=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/table/CustomAggrEdit.vue | 12 ++++++------ .../visualized/data/dataset/form/AddSql.vue | 4 ++-- .../data/dataset/form/CalcFieldEdit.vue | 18 +++++++++--------- .../data/dataset/form/DatasetUnion.vue | 10 +++++----- .../visualized/data/dataset/form/index.vue | 8 ++++---- .../src/views/workbranch/ShortcutOption.ts | 2 +- .../src/views/workbranch/ShortcutTable.vue | 2 +- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/CustomAggrEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/CustomAggrEdit.vue index 2bf10ad785..5e0f438a8f 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/CustomAggrEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/CustomAggrEdit.vue @@ -189,16 +189,16 @@ defineExpose({ setFieldForm, fieldForm }) -const parmasTitle = ref('') +const paramsTitle = ref('') -const updateParmasToQuota = () => { +const updateParamsToQuota = () => { const [o] = fieldForm.params - parmasTitle.value = '编辑计算参数' + paramsTitle.value = t('data_set.edit_calculation_parameters') Object.assign(formQuota, o || {}) dialogFormVisible.value = true } -const delParmasToQuota = () => { +const delParamsToQuota = () => { const [o] = fieldForm.params fieldForm.params = [] const str = mirror.value.state.doc.toString() @@ -299,10 +299,10 @@ initFunction() {{ item.name }}
- + - + diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue index f8d977a024..ed1cae9bef 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue @@ -84,7 +84,7 @@ const dsLoading = ref(false) const loading = ref(false) const LeftWidth = ref(240) const showLeft = ref(true) -const editerName = ref() +const editorName = ref() const state = reactive({ plxTableData: [], variables: [], @@ -600,7 +600,7 @@ const mousedownDrag = () => {