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="userinfo">
<view class="item"> <view class="item">
<span>姓名</span> <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' /> maxlength='5' />
</view> </view>
<view class="item"> <view class="item">
@ -70,7 +70,7 @@
timer: null, timer: null,
companionDays: 1, companionDays: 1,
orderlist: { orderlist: {
patientName: undefined, caregiverName:undefined,
caregiverPhone: undefined, caregiverPhone: undefined,
hospitalName: undefined, hospitalName: undefined,
departmentName: undefined, departmentName: undefined,