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