代客下单修改,登录页面修改,部分页面调整,请求封装调整

This commit is contained in:
2025-11-27 18:02:28 +08:00
parent f9cc02e93f
commit 3bb09ef0b1
45 changed files with 4934 additions and 1054 deletions

View File

@@ -0,0 +1,11 @@
export const tableStatus = {
unbound: { label: "未绑定", type: "#909090" },
settled: { label: "待清台", type: "#FAAD14" },
ordering: { label: "点餐中", type: "#FF4D4F" },
unsettled: { label: "未结账", type: "#DD3F41" },
cleaning: { label: "清理中", type: "#909090" },
idle: { label: "空闲", type: "#3F9EFF" },
closed: { label: "关台", type: "#DDDDDD" },
subscribe: { label: "预定", type: "#52C41A" },
};