mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 国际化
This commit is contained in:
parent
c2b957a12e
commit
66d34485c8
@ -53,7 +53,7 @@ defineExpose({
|
|||||||
v-model="state.activeStatus"
|
v-model="state.activeStatus"
|
||||||
value-key="id"
|
value-key="id"
|
||||||
filterable
|
filterable
|
||||||
:placeholder="t('common.please_select') + ' ' + props.property.placeholder"
|
:placeholder="t('common.please_select') + props.property.placeholder"
|
||||||
multiple
|
multiple
|
||||||
@change="selectStatus"
|
@change="selectStatus"
|
||||||
>
|
>
|
||||||
|
@ -88,7 +88,7 @@ defineExpose({
|
|||||||
:highlight-current="true"
|
:highlight-current="true"
|
||||||
multiple
|
multiple
|
||||||
:render-after-expand="false"
|
:render-after-expand="false"
|
||||||
:placeholder="$t('common.please_select') + ' ' + treeConfig.placeholder"
|
:placeholder="$t('common.please_select') + treeConfig.placeholder"
|
||||||
:show-checkbox="treeConfig.showCheckbox"
|
:show-checkbox="treeConfig.showCheckbox"
|
||||||
:check-strictly="treeConfig.checkStrictly"
|
:check-strictly="treeConfig.checkStrictly"
|
||||||
:check-on-click-node="treeConfig.checkOnClickNode"
|
:check-on-click-node="treeConfig.checkOnClickNode"
|
||||||
|
Loading…
Reference in New Issue
Block a user