增加无可用台桌时的提示
This commit is contained in:
parent
411b434b26
commit
eee6b3c9fa
|
|
@ -207,6 +207,9 @@
|
||||||
}}</span
|
}}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="color-999 u-p-30 u-text-center" v-if="!tableList.length" >
|
||||||
|
无可用桌台
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tableId" slot="reference">
|
<div class="tableId" slot="reference">
|
||||||
{{ table ? "桌台号:" + table.name : "桌台号/取餐号" }}
|
{{ table ? "桌台号:" + table.name : "桌台号/取餐号" }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue