库存不足营业时间完善
This commit is contained in:
@@ -197,10 +197,14 @@
|
||||
<text class="t">下单时间:</text>
|
||||
<text class="info">{{$u.timeFormat(listinfo.updateTime, 'yyyy-mm-dd hh:MM:ss')}}</text>
|
||||
</view>
|
||||
<!-- <view class="row">
|
||||
<view class="row" v-if="listinfo.tableName">
|
||||
<text class="t">下单台桌:</text>
|
||||
<text class="info">{{listinfo.tableName}}</text>
|
||||
</view>
|
||||
<view class="row" v-if="orderVIP.shopName">
|
||||
<text class="t">下单门店:</text>
|
||||
<text class="info">{{listinfo.name}}</text>
|
||||
</view> -->
|
||||
<text class="info">{{orderVIP.shopName}}</text>
|
||||
</view>
|
||||
<view class="row" v-if="listinfo.dineMod">
|
||||
<text class="t">用餐模式:</text>
|
||||
<text class="info" v-if="listinfo.dineMod == 'dine-in'">堂食</text>
|
||||
|
||||
Reference in New Issue
Block a user