fix: 国际化

This commit is contained in:
dataeaseShu 2025-01-06 17:58:47 +08:00 committed by Junjun
parent c2b957a12e
commit 66d34485c8
3 changed files with 7 additions and 7 deletions

View File

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

View File

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