This commit is contained in:
曹辉 2023-05-23 16:28:39 +08:00
parent adae8764b6
commit f8122d9c52

View File

@ -3,7 +3,7 @@
<view class="userinfo">
<view class="item">
<span>姓名</span>
<u-input :clearable='false' v-model="orderlist.patientName" type="text" placeholder='请输入'
<u-input :clearable='false' v-model="orderlist.caregiverName" type="text" placeholder='请输入'
maxlength='5' />
</view>
<view class="item">
@ -70,7 +70,7 @@
timer: null,
companionDays: 1,
orderlist: {
patientName: undefined,
caregiverName:undefined,
caregiverPhone: undefined,
hospitalName: undefined,
departmentName: undefined,