update dep

This commit is contained in:
2023-07-05 15:08:01 +08:00
parent e63228dd54
commit 5c3b2d619d
3 changed files with 244 additions and 163 deletions

View File

@ -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",
}
];