From ee7420f51d15acef9fd0b68fdbba2e477b38a6c4 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 18 Oct 2024 18:16:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BD=E9=99=85=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject-setting/dashboard-style/OverallSetting.vue | 2 +- core/core-frontend/src/custom-component/v-query/Select.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue index 628490b9c8..45c73501a2 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue @@ -230,7 +230,7 @@ const toolTip = computed(() => { }) const resourceType = computed(() => - dvInfo.value.type === 'dashboard' ? t('dashboard.dashboard') : t('dashboard.big_data_screen') + dvInfo.value.type === 'dashboard' ? t('work_branch.dashboard') : t('dashboard.big_data_screen') ) const onRefreshChange = val => { diff --git a/core/core-frontend/src/custom-component/v-query/Select.vue b/core/core-frontend/src/custom-component/v-query/Select.vue index 643c2a46a2..ad19db8b47 100644 --- a/core/core-frontend/src/custom-component/v-query/Select.vue +++ b/core/core-frontend/src/custom-component/v-query/Select.vue @@ -605,7 +605,6 @@ defineExpose({ :style="selectStyle" collapse-tags :remote="config.optionValueSource === 1" - :remote-method="remoteMethod" :options="options" collapse-tags-tooltip > @@ -622,7 +621,6 @@ defineExpose({ filterable @clear="clear" :remote="config.optionValueSource === 1" - :remote-method="remoteMethod" radio @visible-change="visibleChange" :popper-class="