|
@@ -47,13 +47,15 @@
|
|
|
|
|
|
<span class="formver ng-scope" v-if="!is_ok_card(cardId)">
|
|
<span class="formver ng-scope" v-if="!is_ok_card(cardId)">
|
|
<span class="p-ico ico-formver"></span>
|
|
<span class="p-ico ico-formver"></span>
|
|
- <span class="p-ico ico-worm"></span>请输入18位身份证号
|
|
|
|
|
|
+ <span class="p-ico ico-worm"></span>请输入合法的份证号
|
|
</span>
|
|
</span>
|
|
</li>
|
|
</li>
|
|
|
|
|
|
<li class="mt10">
|
|
<li class="mt10">
|
|
<span class="title"><em class="fvx">*</em>学历</span>
|
|
<span class="title"><em class="fvx">*</em>学历</span>
|
|
- <input type="text" name="education" v-model="education" class="ui-ipt iptform" placeholder="输入学历" clearable>
|
|
|
|
|
|
+ <el-select placeholder="选择学历" v-model="education" class=" iptform" >
|
|
|
|
+ <el-option v-for="(item,index) in educationList" :value="item" :label="item" v-bind:key="index" />
|
|
|
|
+ </el-select>
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
@@ -139,7 +141,7 @@
|
|
name: '',
|
|
name: '',
|
|
passwordLevel: 'sick',
|
|
passwordLevel: 'sick',
|
|
password: '',
|
|
password: '',
|
|
-
|
|
|
|
|
|
+ educationList: window.baseConfig.educationList,
|
|
confirmPassword: '',
|
|
confirmPassword: '',
|
|
phone: '',
|
|
phone: '',
|
|
code: "",
|
|
code: "",
|