feat: 快速预定调整
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
<view class="border-box pl-12 pr-12">
|
<view class="border-box pl-12 pr-12">
|
||||||
<view
|
<view
|
||||||
class="border-box border-bottom pt-12 pb-12 flex flex-items-center"
|
class="border-box border-bottom pt-12 pb-12 flex flex-items-center"
|
||||||
v-for="item in count"
|
v-for="(item, index) in userFormList"
|
||||||
:key="item"
|
:key="index"
|
||||||
>
|
>
|
||||||
<view class="font-size-14 font-500 color-525866 mr-12"> 住客姓名 </view>
|
<view class="font-size-14 font-500 color-525866 mr-12"> 住客姓名 </view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<input
|
<input
|
||||||
class="border-box rounded-8 px-4 py-2 font-size-15 color-000 line-height-20"
|
class="border-box rounded-8 px-4 py-2 font-size-15 color-000 line-height-20"
|
||||||
v-model="userFormList.visitorName"
|
v-model="item.visitorName"
|
||||||
placeholder="请输入姓名"
|
placeholder="请输入姓名"
|
||||||
maxlength="11"
|
maxlength="11"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user