From f396889276acb8920ee55e27c3f5869c26241081 Mon Sep 17 00:00:00 2001 From: SeaYu Date: Tue, 19 Nov 2024 12:03:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=A4=E5=A4=84?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v-query/ConditionDefaultConfiguration.vue | 4 ++-- .../core-frontend/src/custom-component/v-query/TextSearch.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue b/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue index d16c6cacb9..36ecc326be 100644 --- a/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue @@ -354,9 +354,9 @@ defineExpose({
- {{ + {{ curComponent.conditionType === 1 ? t('chart.and') : t('chart.or') - }} + }} {
- {{ + {{ config.conditionType === 1 ? t('chart.and') : t('chart.or') - }} + }}