forked from github/dataease
fix: 国际化显示问题
This commit is contained in:
parent
20922038b2
commit
ee7420f51d
@ -230,7 +230,7 @@ const toolTip = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const resourceType = 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 => {
|
const onRefreshChange = val => {
|
||||||
|
@ -605,7 +605,6 @@ defineExpose({
|
|||||||
:style="selectStyle"
|
:style="selectStyle"
|
||||||
collapse-tags
|
collapse-tags
|
||||||
:remote="config.optionValueSource === 1"
|
:remote="config.optionValueSource === 1"
|
||||||
:remote-method="remoteMethod"
|
|
||||||
:options="options"
|
:options="options"
|
||||||
collapse-tags-tooltip
|
collapse-tags-tooltip
|
||||||
></el-select-v2>
|
></el-select-v2>
|
||||||
@ -622,7 +621,6 @@ defineExpose({
|
|||||||
filterable
|
filterable
|
||||||
@clear="clear"
|
@clear="clear"
|
||||||
:remote="config.optionValueSource === 1"
|
:remote="config.optionValueSource === 1"
|
||||||
:remote-method="remoteMethod"
|
|
||||||
radio
|
radio
|
||||||
@visible-change="visibleChange"
|
@visible-change="visibleChange"
|
||||||
:popper-class="
|
:popper-class="
|
||||||
|
Loading…
Reference in New Issue
Block a user