update dep
This commit is contained in:
@ -188,3 +188,30 @@ export const initStatusDict = [
|
||||
elTagType: "success",
|
||||
},
|
||||
];
|
||||
|
||||
export const docFlagDict = [
|
||||
{
|
||||
label: "关",
|
||||
value: "0",
|
||||
elTagType: "warning",
|
||||
},
|
||||
{
|
||||
label: "开",
|
||||
value: "1",
|
||||
elTagType: "success",
|
||||
}
|
||||
];
|
||||
|
||||
export const excelFlagDict = [
|
||||
{
|
||||
label: "关",
|
||||
value: "0",
|
||||
elTagType: "warning",
|
||||
}
|
||||
,
|
||||
{
|
||||
label: "开",
|
||||
value: "1",
|
||||
elTagType: "success",
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user