台桌列表和添加台桌

剔除旧的开台中状态
This commit is contained in:
2024-08-29 09:29:26 +08:00
parent c887f48035
commit d9c9e6ac9c
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ export default {
{value:'idle',name:'空闲'}, {value:'idle',name:'空闲'},
{value:'subscribe',name:'预定'}, {value:'subscribe',name:'预定'},
{value:'closed',name:'关台'}, {value:'closed',name:'关台'},
{value:'opening',name:'开台中'}, // {value:'opening',name:'开台中'},
{value:'cleaning',name:'台桌清理中'}, {value:'cleaning',name:'台桌清理中'},
], ],
form: { form: {

View File

@@ -157,10 +157,10 @@ export default {
label: "关台", label: "关台",
type: "#F56C6C", type: "#F56C6C",
}, },
opening: { // opening: {
label: "开台中", // label: "开台中",
type: "#67C23A", // type: "#67C23A",
}, // },
cleaning: { cleaning: {
label: "台桌清理中", label: "台桌清理中",
type: "#909399", type: "#909399",