1
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ layout("/layouts/platform_h5.html"){
|
||||
v-model="formData.idCard"
|
||||
:rules="[{ required: true, message: '请输入身份证号' }]">
|
||||
</van-field>
|
||||
<van-cell title="人员类型">{{userBaseMessage.personType}}</van-cell>
|
||||
<van-cell title="人员类别">{{userBaseMessage.personType}}</van-cell>
|
||||
<van-field
|
||||
input-align="right"
|
||||
readonly
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ layout("/layouts/platform_h5.html"){
|
||||
placeholder="请联系输入身份证号"
|
||||
v-model="formData.card">
|
||||
</van-field>
|
||||
<van-cell title="人员类型">{{formData.personType}}</van-cell>
|
||||
<van-cell title="人员类别">{{formData.personType}}</van-cell>
|
||||
<van-cell title="婚姻状态">
|
||||
<template #right-icon>
|
||||
<van-radio-group v-model="formData.marriage" direction="horizontal" disabled >
|
||||
|
||||
Reference in New Issue
Block a user