mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-21 19:50:32 +08:00
fix: 国际化
This commit is contained in:
parent
b2c3ef12a6
commit
8b70cd62fd
@ -386,7 +386,7 @@ getList()
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #postIds>
|
<template #postIds>
|
||||||
<el-select v-model="postIds" multiple placeholder="Select">
|
<el-select v-model="postIds" multiple :placeholder="t('common.selectText')">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in postOptions"
|
v-for="item in postOptions"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
Loading…
Reference in New Issue
Block a user