台桌列表和添加台桌
剔除旧的开台中状态
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -157,10 +157,10 @@ export default {
|
||||
label: "关台",
|
||||
type: "#F56C6C",
|
||||
},
|
||||
opening: {
|
||||
label: "开台中",
|
||||
type: "#67C23A",
|
||||
},
|
||||
// opening: {
|
||||
// label: "开台中",
|
||||
// type: "#67C23A",
|
||||
// },
|
||||
cleaning: {
|
||||
label: "台桌清理中",
|
||||
type: "#909399",
|
||||
|
||||
Reference in New Issue
Block a user