添加桌号
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
<text class="tag" v-if="listinfo.sendType == 'takeself'">自提</text>
|
<text class="tag" v-if="listinfo.sendType == 'takeself'">自提</text>
|
||||||
<text class="tag" v-if="listinfo.sendType == 'table'">堂食</text>
|
<text class="tag" v-if="listinfo.sendType == 'table'">堂食</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view v-if="listinfo.tableName"> 桌码{{listinfo.tableName}}</view>
|
||||||
<view class="number-wrap"
|
<view class="number-wrap"
|
||||||
v-if="listinfo.status != 'unpaid' && listinfo.status != 'paying'&& listinfo.status != 'cancelled'">
|
v-if="listinfo.status != 'unpaid' && listinfo.status != 'paying'&& listinfo.status != 'cancelled'">
|
||||||
<text class="t">取餐号</text>
|
<text class="t">取餐号</text>
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
<text class="n" v-if="item.productSkuName">{{item.productSkuName}}</text>
|
<text class="n" v-if="item.productSkuName">{{item.productSkuName}}</text>
|
||||||
<text class="n">x{{item.num}}</text>
|
<text class="n">x{{item.num}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="price">
|
<view class="price">
|
||||||
<text class="i">¥</text>
|
<text class="i">¥</text>
|
||||||
<text class="num">{{item.priceAmount}}</text>
|
<text class="num">{{item.priceAmount}}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user