forked from github/dataease
fix: 国际化显示问题
This commit is contained in:
parent
20922038b2
commit
ee7420f51d
@ -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 => {
|
||||
|
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user