Commit 3e013fd0 authored by gengchunlei's avatar gengchunlei

慢综 医生端 地址样式调整

parent fa6d6da6
...@@ -5,12 +5,11 @@ ...@@ -5,12 +5,11 @@
<div class='p-4 h-overflow'> <div class='p-4 h-overflow'>
<van-form ref='form'> <van-form ref='form'>
<div class='title'>居民信息</div> <div class='title'>居民信息</div>
<van-cell-group>
<div class='label-title'>证件类型</div> <div class='label-title'>证件类型</div>
<van-field <van-field
v-model='form.certificateTypeName' v-model='form.certificateTypeName'
is-link is-link
disabled readonly
placeholder='证件类型' placeholder='证件类型'
class='input-back mt-2 form-input' class='input-back mt-2 form-input'
:rules='rules.certificateTypeName' :rules='rules.certificateTypeName'
...@@ -18,7 +17,7 @@ ...@@ -18,7 +17,7 @@
<div class='label-title mt-5'>证件号码</div> <div class='label-title mt-5'>证件号码</div>
<van-field <van-field
v-model='form.idCard' v-model='form.idCard'
disabled readonly
placeholder='证件号码' placeholder='证件号码'
class='input-back mt-2 form-input' class='input-back mt-2 form-input'
:rules='rules.idCard' :rules='rules.idCard'
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
<van-field <van-field
v-model='form.genderName' v-model='form.genderName'
is-link is-link
disabled readonly
placeholder='性别' placeholder='性别'
class='input-back mt-2 form-input' class='input-back mt-2 form-input'
:rules='rules.genderName' :rules='rules.genderName'
...@@ -44,7 +43,7 @@ ...@@ -44,7 +43,7 @@
<van-field <van-field
v-model='form.dataBirth' v-model='form.dataBirth'
is-link is-link
disabled readonly
placeholder='出生日期' placeholder='出生日期'
class='input-back mt-2 form-input' class='input-back mt-2 form-input'
:rules='rules.dataBirth' :rules='rules.dataBirth'
...@@ -70,7 +69,7 @@ ...@@ -70,7 +69,7 @@
<div class='label-title mt-5'>年龄</div> <div class='label-title mt-5'>年龄</div>
<van-field <van-field
v-model='form.currentAge' v-model='form.currentAge'
disabled readonly
placeholder='年龄' placeholder='年龄'
class='input-back mt-2 form-input' class='input-back mt-2 form-input'
:rules='rules.currentAge' :rules='rules.currentAge'
...@@ -175,7 +174,6 @@ ...@@ -175,7 +174,6 @@
placeholder='请填写详细地址' placeholder='请填写详细地址'
maxlength='50' maxlength='50'
/> />
</van-cell-group>
</van-form> </van-form>
</div> </div>
<div class='px-5 grow flex flex-col justify-end pt-2 pb-2'> <div class='px-5 grow flex flex-col justify-end pt-2 pb-2'>
......
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