优化转桌
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
</el-icon>
|
||||
<el-text class="t">挂单</el-text>
|
||||
</div>
|
||||
<div class="item" @click="tableMergingHandle" :class="{ disabled: !props.item.id }"
|
||||
v-if="shopStore.info.registerType == 'restaurant' && props.item.tableId">
|
||||
<div class="item" @click="tableMergingHandle"
|
||||
v-if="shopStore.info.registerType == 'restaurant' && props.item.tableId && props.item.orderId">
|
||||
<el-icon class="icon">
|
||||
<EditPen />
|
||||
</el-icon>
|
||||
|
||||
Reference in New Issue
Block a user