mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 06:36:44 +08:00
feat: 被保人身高体重可以录入
This commit is contained in:
@@ -154,7 +154,6 @@
|
|||||||
|
|
||||||
<p class="email-tip" v-if="branchType == '14'">用于接收电子保单及相关服务通知</p>
|
<p class="email-tip" v-if="branchType == '14'">用于接收电子保单及相关服务通知</p>
|
||||||
<van-field
|
<van-field
|
||||||
v-if="Number(branchType)!==14"
|
|
||||||
v-model="userInfo.stature"
|
v-model="userInfo.stature"
|
||||||
label="身高(cm)"
|
label="身高(cm)"
|
||||||
name="身高"
|
name="身高"
|
||||||
@@ -166,7 +165,6 @@
|
|||||||
maxlength="5"
|
maxlength="5"
|
||||||
/>
|
/>
|
||||||
<van-field
|
<van-field
|
||||||
v-if="Number(branchType)!==14"
|
|
||||||
v-model="userInfo.avoirdupois"
|
v-model="userInfo.avoirdupois"
|
||||||
label="体重(kg)"
|
label="体重(kg)"
|
||||||
name="体重"
|
name="体重"
|
||||||
|
|||||||
Reference in New Issue
Block a user