简历工作信息部分中英文切换问题修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user