问题修复
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
export const tableStatus = {
|
||||
unbound: { label: "未绑定", type: "#909090" },
|
||||
// unbound: { label: "未绑定", type: "#909090" },
|
||||
settled: { label: "待清台", type: "#FAAD14" },
|
||||
ordering: { label: "点餐中", type: "#FF4D4F" },
|
||||
unsettled: { label: "未结账", type: "#DD3F41" },
|
||||
cleaning: { label: "清理中", type: "#909090" },
|
||||
cleaning: { label: "清理中", type: "#909090" },
|
||||
idle: { label: "空闲", type: "#3F9EFF" },
|
||||
closed: { label: "关台", type: "#DDDDDD" },
|
||||
subscribe: { label: "预定", type: "#52C41A" },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user