From 5bf0a90e67268a2d5cc55819bf9d2819011421b3 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 13 Sep 2024 17:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=B0=E6=A1=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/table-status.js | 60 ++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/commons/table-status.js b/commons/table-status.js index 2cea0dd..67c3a53 100644 --- a/commons/table-status.js +++ b/commons/table-status.js @@ -1,30 +1,34 @@ export const $status = { - pending: { - label: "挂单中", - type: "#E6A23C", - }, - using: { - label: "开台中", - type: "rgb(250,85,85)", - }, - paying: { - label: "结算中", - type: "#E6A23C", - }, - idle: { - label: "空闲", - type: "#318AFE", - }, - subscribe: { - label: "预定", - type: "#E6A23C", - }, - closed: { - label: "关台", - type: "#ddd", - }, - cleaning: { - label: "台桌清理中", - type: "#909399", - }, + pending: { + label: "挂单中", + type: "#E6A23C", + }, + using: { + label: "开台中", + type: "#fa5555", + }, + paying: { + label: "结算中", + type: "#E6A23C", + }, + idle: { + label: "空闲", + type: "#3F9EFF", + }, + subscribe: { + label: "预定", + type: "rgb(34, 191, 100)", + }, + closed: { + label: "关台", + type: "rgb(221,221,221)", + }, + // opening: { + // label: "开台中", + // type: "#67C23A", + // }, + cleaning: { + label: "待清台", + type: "#FAAD14", + } } \ No newline at end of file