增加无可用台桌时的提示

This commit is contained in:
YeMingfei666 2024-10-17 11:39:10 +08:00
parent 411b434b26
commit eee6b3c9fa
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@
}}</span
>
</div>
<div class="color-999 u-p-30 u-text-center" v-if="!tableList.length" >
无可用桌台
</div>
</div>
<div class="tableId" slot="reference">
{{ table ? "桌台号:" + table.name : "桌台号/取餐号" }}