firmware manage
This commit is contained in:
@ -32,3 +32,18 @@ export const isMonitor = new Map([
|
||||
[0, "是"],
|
||||
[1, "否"],
|
||||
]);
|
||||
|
||||
export const productStatusMap = [[1, ""]];
|
||||
|
||||
export const firmwareLatestTypeOptions = [
|
||||
{
|
||||
label: "否",
|
||||
value: 0,
|
||||
tag: "danger",
|
||||
},
|
||||
{
|
||||
label: "是",
|
||||
value: 1,
|
||||
tag: "success",
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user