问题修复

This commit is contained in:
2025-11-27 19:01:45 +08:00
parent 3bb09ef0b1
commit fd55c815d3
11 changed files with 83 additions and 42 deletions

View File

@@ -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" },
};