简历工作信息部分中英文切换问题修改
parent
482d37b4cf
commit
ce5bbaaa4a
|
@ -141,7 +141,7 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item of $d.Rank"
|
v-for="item of $d.Rank"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.raw.Value"
|
:label="item.label"
|
||||||
:value="item.id"
|
:value="item.id"
|
||||||
/>
|
/>
|
||||||
<!-- <el-option label="Other" :value="otherId" />-->
|
<!-- <el-option label="Other" :value="otherId" />-->
|
||||||
|
@ -344,6 +344,7 @@ export default {
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initEmployment()
|
this.initEmployment()
|
||||||
|
console.log(this.$d.Rank,"$d.Rank");
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
RankChange(val) {
|
RankChange(val) {
|
||||||
|
|
Loading…
Reference in New Issue