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="