|
|
|
@ -193,7 +193,7 @@ |
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
<!-- <el-row :gutter="20"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="学历" prop="info.education"> |
|
|
|
<el-input v-model="formData.info.education" placeholder="请填写学历" class="input-width" /> |
|
|
|
@ -206,9 +206,15 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
</el-row> |
|
|
|
</el-row> --> |
|
|
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="专业" prop="info.major"> |
|
|
|
<el-input v-model="formData.info.major" placeholder="请填写专业" class="input-width" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="毕业时间" prop="info.graduation_date"> |
|
|
|
<el-date-picker |
|
|
|
@ -222,16 +228,15 @@ |
|
|
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="籍贯" prop="info.native_place"> |
|
|
|
<el-input v-model="formData.info.native_place" placeholder="请填写籍贯" class="input-width" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="户籍所在地" prop="info.household_place"> |
|
|
|
<el-input v-model="formData.info.household_place" placeholder="请填写户籍所在地" class="input-width" /> |
|
|
|
@ -247,7 +252,7 @@ |
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
<!-- <el-row :gutter="20"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="户籍地址" prop="info.household_address"> |
|
|
|
<el-input v-model="formData.info.household_address" placeholder="请填写户籍地址" class="input-width" /> |
|
|
|
@ -260,9 +265,9 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
</el-row> --> |
|
|
|
|
|
|
|
<!-- |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="紧急联系人" prop="info.emergency_contact"> |
|
|
|
@ -276,7 +281,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
</el-row> |
|
|
|
</el-row> --> |
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
@ -348,6 +353,7 @@ |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
|
|
<el-form-item label="备注" prop="info.remark"> |
|
|
|
<el-input v-model="formData.info.remark" placeholder="请填写备注" class="input-width" /> |
|
|
|
</el-form-item> |
|
|
|
|