简历工作信息部分中英文切换问题修改
parent
482d37b4cf
commit
ce5bbaaa4a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue