This commit is contained in:
曹辉 2023-05-29 09:02:40 +08:00
parent ebd74e1cf9
commit 2e3f6ad519
3 changed files with 3 additions and 3 deletions

View File

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

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='10' />
<u-input :clearable='false' v-model="query.patientName" type="text" placeholder='请输入' maxlength='30' />
</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='10' />
maxlength='30' />
</view>
<view class="item">
<span>性别</span>