Commit 7e4ca312 authored by 杨梦雪's avatar 杨梦雪

添加学历

parent b7d8a30c
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
clearable clearable
> >
<el-option <el-option
v-for="(item, index) in gradeArrs" v-for="(item, index) in EducationArrs"
:key="index" :key="index"
:label="item" :label="item"
:value="item" :value="item"
...@@ -818,6 +818,7 @@ export default { ...@@ -818,6 +818,7 @@ export default {
{ validator: validator.validateEmail, trigger: "blur" }, { validator: validator.validateEmail, trigger: "blur" },
], ],
}, },
EducationArrs: ["初中", "高中", "大学","硕士","博士"],
countryList: area.country, //国籍 countryList: area.country, //国籍
selectProvince: [], //省份 selectProvince: [], //省份
CityName: {}, //根据省份筛选出所有城市的对象 CityName: {}, //根据省份筛选出所有城市的对象
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment