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