修改
This commit is contained in:
parent
adae8764b6
commit
f8122d9c52
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user