增加未绑定状态
This commit is contained in:
@@ -30,5 +30,9 @@ export const $status = {
|
|||||||
cleaning: {
|
cleaning: {
|
||||||
label: "待清台",
|
label: "待清台",
|
||||||
type: "#FAAD14",
|
type: "#FAAD14",
|
||||||
}
|
},
|
||||||
|
unbind: {
|
||||||
|
label: "未绑定",
|
||||||
|
type: "rgb(221,221,221)",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user