fix: 国际化显示问题

This commit is contained in:
dataeaseShu 2024-10-18 18:16:48 +08:00
parent 20922038b2
commit ee7420f51d
2 changed files with 1 additions and 3 deletions

View File

@ -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 => {

View File

@ -605,7 +605,6 @@ defineExpose({
:style="selectStyle"
collapse-tags
:remote="config.optionValueSource === 1"
:remote-method="remoteMethod"
:options="options"
collapse-tags-tooltip
></el-select-v2>
@ -622,7 +621,6 @@ defineExpose({
filterable
@clear="clear"
:remote="config.optionValueSource === 1"
:remote-method="remoteMethod"
radio
@visible-change="visibleChange"
:popper-class="