Commit 0456d616 authored by 刘斌's avatar 刘斌

fix: 婚姻状况

parent 0da6d174
......@@ -74,8 +74,8 @@
>
<template #input>
<van-radio-group v-model="form.maritalStatus" direction="horizontal">
<van-radio name="1"></van-radio>
<van-radio name="2"></van-radio>
<van-radio name="1"></van-radio>
<van-radio name="2"></van-radio>
<van-radio name="3">离异</van-radio>
</van-radio-group>
</template>
......@@ -264,7 +264,7 @@
<template #title>
<div style="display: flex; justify-content: space-between; align-items: center;">
<span>外部个人履历</span>
<span style="font-size: 12px; color: #969799; font-weight: normal;">向右滑动填写更多<van-icon name="arrow-double-right" /></span>
<span style="font-size: 12px; color: #969799; font-weight: normal;">滑动填写更多<van-icon name="arrow-double-right" /></span>
</div>
</template>
<div class="resume-table" v-if="form.externalResumeItems.length">
......@@ -314,7 +314,7 @@
<template #title>
<div style="display: flex; justify-content: space-between; align-items: center;">
<span>家庭主要成员</span>
<span style="font-size: 12px; color: #969799; font-weight: normal;">向右滑动填写更多<van-icon name="arrow-double-right" /></span>
<span style="font-size: 12px; color: #969799; font-weight: normal;">滑动填写更多<van-icon name="arrow-double-right" /></span>
</div>
</template>
<div class="family-table" v-if="form.familyMembers.length">
......@@ -501,7 +501,7 @@ const form = reactive({
homeAddress: '',
ethnicity: '',
nativePlace: '',
maritalStatus: '1',
maritalStatus: '2',
maritalText: '未婚',
politicalStatus: '',
politicalText: '',
......
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