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 }}