增加未绑定状态

This commit is contained in:
YeMingfei666 2024-10-25 18:09:51 +08:00
parent 5fa402dca2
commit 70a2e621fc
1 changed files with 5 additions and 1 deletions

View File

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