代客下单增加退单,选择就餐人数,更改桌台, 修改样式
台桌列表增加改为批量增加
This commit is contained in:
@@ -5,7 +5,7 @@ export default {
|
||||
},
|
||||
using: {
|
||||
label: "开台中",
|
||||
type: "#E6A23C",
|
||||
type: "#fa5555",
|
||||
},
|
||||
paying: {
|
||||
label: "结算中",
|
||||
@@ -27,6 +27,10 @@ export default {
|
||||
// label: "开台中",
|
||||
// type: "#67C23A",
|
||||
// },
|
||||
wait:{
|
||||
label: "待清台",
|
||||
type: "rgb(250,202,14)",
|
||||
},
|
||||
cleaning: {
|
||||
label: "台桌清理中",
|
||||
type: "#909399",
|
||||
|
||||
Reference in New Issue
Block a user