添加桌号
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user