增加未绑定状态

This commit is contained in:
2024-10-25 18:09:51 +08:00
parent 5fa402dca2
commit 70a2e621fc

View File

@@ -30,5 +30,9 @@ export const $status = {
cleaning: { cleaning: {
label: "待清台", label: "待清台",
type: "#FAAD14", type: "#FAAD14",
} },
unbind: {
label: "未绑定",
type: "rgb(221,221,221)",
}
} }