修改台桌状态名称

This commit is contained in:
YeMingfei666 2024-09-13 17:05:11 +08:00
parent 14cb314a5a
commit 5bf0a90e67
1 changed files with 32 additions and 28 deletions

View File

@ -5,7 +5,7 @@ export const $status = {
},
using: {
label: "开台中",
type: "rgb(250,85,85)",
type: "#fa5555",
},
paying: {
label: "结算中",
@ -13,18 +13,22 @@ export const $status = {
},
idle: {
label: "空闲",
type: "#318AFE",
type: "#3F9EFF",
},
subscribe: {
label: "预定",
type: "#E6A23C",
type: "rgb(34, 191, 100)",
},
closed: {
label: "关台",
type: "#ddd",
type: "rgb(221,221,221)",
},
// opening: {
// label: "开台中",
// type: "#67C23A",
// },
cleaning: {
label: "台桌清理中",
type: "#909399",
},
label: "待清台",
type: "#FAAD14",
}
}