mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 15:45:08 +08:00
fix: 国际化
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user