简历工作信息部分中英文切换问题修改

uat_us
wangxiaoshuang 2024-03-18 11:01:09 +08:00
parent 482d37b4cf
commit ce5bbaaa4a
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@
<el-option
v-for="item of $d.Rank"
:key="item.id"
:label="item.raw.Value"
:label="item.label"
:value="item.id"
/>
<!-- <el-option label="Other" :value="otherId" />-->
@ -344,6 +344,7 @@ export default {
},
mounted() {
this.initEmployment()
console.log(this.$d.Rank,"$d.Rank");
},
methods: {
RankChange(val) {