|
@@ -769,16 +769,18 @@
|
|
|
<td valign="center" >
|
|
|
是否申请加分
|
|
|
</td>
|
|
|
- <td valign="center" colspan="4">
|
|
|
+ <td valign="center" colspan="11">
|
|
|
<el-form-item prop="special.point_apply" >
|
|
|
<el-radio label="1" v-model="user.special.point_apply">是</el-radio>
|
|
|
<el-radio label="0" v-model="user.special.point_apply">否</el-radio>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
- <td valign="center" colspan="3">
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td valign="center" colspan="1">
|
|
|
符合哪一项加分条件
|
|
|
</td>
|
|
|
- <td valign="center" colspan="4" >
|
|
|
+ <td valign="center" colspan="11" >
|
|
|
@if($special_condition_type == 0)
|
|
|
<el-form-item prop="special_condition">
|
|
|
<el-input v-model="user.special.condition" placeholder="请输入您符合的加分条件"></el-input>
|
|
@@ -2299,7 +2301,7 @@
|
|
|
@if($special_condition_type == 2)
|
|
|
if(this.user.post_id > 0){
|
|
|
this.special_select = this.post_special[this.user.post_id];
|
|
|
- console.log(this.special_select)
|
|
|
+ console.log(this.user)
|
|
|
}
|
|
|
@endif
|
|
|
|