优化转桌
This commit is contained in:
parent
bbd99a1942
commit
5abb43cc49
|
|
@ -56,8 +56,8 @@
|
||||||
</el-icon>
|
</el-icon>
|
||||||
<el-text class="t">挂单</el-text>
|
<el-text class="t">挂单</el-text>
|
||||||
</div>
|
</div>
|
||||||
<div class="item" @click="tableMergingHandle" :class="{ disabled: !props.item.id }"
|
<div class="item" @click="tableMergingHandle"
|
||||||
v-if="shopStore.info.registerType == 'restaurant' && props.item.tableId">
|
v-if="shopStore.info.registerType == 'restaurant' && props.item.tableId && props.item.orderId">
|
||||||
<el-icon class="icon">
|
<el-icon class="icon">
|
||||||
<EditPen />
|
<EditPen />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
|
|
|
||||||
|
|
@ -732,6 +732,7 @@ onMounted(() => {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.num {
|
.num {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue