fix: 国际化

plp
xingyu 4 years ago
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…
Cancel
Save