mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
修复无法一行显示BUG
This commit is contained in:
parent
1cd7aaffed
commit
248cda8cca
@ -28,7 +28,7 @@
|
|||||||
<view class="resView">
|
<view class="resView">
|
||||||
<view class="leftLineTitle">预约情况</view>
|
<view class="leftLineTitle">预约情况</view>
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-cell bind:click="goResInfo" data-id="{{item.id}}" wx:for="{{recordList}}" title="{{item.date}}" value="{{item.time}}" label="{{item.userOrg}} | {{item.bookingUserName}} | {{item.bookingUserPhone}}" />
|
<van-cell bind:click="goResInfo" data-id="{{item.id}}" wx:for="{{recordList}}" title="{{item.date}}" value="{{item.time}}" title-width="70%" label="{{item.userOrg}} | {{item.bookingUserName}} | {{item.bookingUserPhone}}" />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user