台桌列表和添加台桌
剔除旧的开台中状态
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user