优化转桌

This commit is contained in:
gyq 2024-12-20 11:26:04 +08:00
parent bbd99a1942
commit 5abb43cc49
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -732,6 +732,7 @@ onMounted(() => {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
}
.num {