台桌列表和添加台桌

剔除旧的开台中状态
This commit is contained in:
YeMingfei666 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:'subscribe',name:'预定'},
{value:'closed',name:'关台'},
{value:'opening',name:'开台中'},
// {value:'opening',name:''},
{value:'cleaning',name:'台桌清理中'},
],
form: {

View File

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