From 30d4be1560044c8c97c3342651f29461bff48975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Wed, 30 Oct 2024 13:32:43 +0800 Subject: [PATCH] =?UTF-8?q?unbind=E6=9C=AA=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/table/status.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/table/status.js b/src/views/table/status.js index 5dd3993..a8d2007 100644 --- a/src/views/table/status.js +++ b/src/views/table/status.js @@ -30,5 +30,9 @@ export default { cleaning: { label: "待清台", type: "#FAAD14", + }, + unbind: { + label: "未绑定", + type: "rgb(221,221,221)", } } \ No newline at end of file