代客下单增加开台中状态
This commit is contained in:
parent
0b3084a3f9
commit
3f8a41f694
|
|
@ -137,6 +137,14 @@ export default {
|
||||||
label: "挂单中",
|
label: "挂单中",
|
||||||
type: "#E6A23C",
|
type: "#E6A23C",
|
||||||
},
|
},
|
||||||
|
using:{
|
||||||
|
label: "开台中",
|
||||||
|
type: "#E6A23C",
|
||||||
|
},
|
||||||
|
paying:{
|
||||||
|
label: "结算中",
|
||||||
|
type: "#E6A23C",
|
||||||
|
},
|
||||||
idle: {
|
idle: {
|
||||||
label: "空闲",
|
label: "空闲",
|
||||||
type: "#67C23A",
|
type: "#67C23A",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue