This commit is contained in:
曹辉 2023-05-29 09:00:11 +08:00
parent 41532b5b5d
commit ebd74e1cf9
3 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
<view class="item">
<span>姓名</span>
<u-input :clearable='false' v-model="orderlist.caregiverName" type="text" placeholder='请输入'
maxlength='5' />
maxlength='10' />
</view>
<view class="item">
<span>电话</span>
<u-input :clearable='false' v-model="orderlist.caregiverPhone" type="text" placeholder='请输入'
<u-input :clearable='false' v-model="orderlist.caregiverPhone" type="number" placeholder='请输入'
maxlength='11' />
</view>
<view class="item">

View File

@ -5,7 +5,7 @@
<view class="userinfo info">
<view class="item">
<span>姓名</span>
<u-input :clearable='false' v-model="query.patientName" type="text" placeholder='请输入' maxlength='5' />
<u-input :clearable='false' v-model="query.patientName" type="text" placeholder='请输入' maxlength='10' />
</view>
<view class="item">
<span>性别</span>

View File

@ -8,7 +8,7 @@
<view class="item">
<span>姓名</span>
<u-input :clearable='false' v-model="appPersonallist.patientName" placeholder="请输入" type="text"
maxlength='5' />
maxlength='10' />
</view>
<view class="item">
<span>性别</span>