This commit is contained in:
ailanyin
2023-05-09 15:21:05 +08:00
commit 6f3c27dee5
257 changed files with 19631 additions and 0 deletions

21
src/constant/dict.js Normal file
View File

@ -0,0 +1,21 @@
export const sys_normal_disable = [{
label: "禁用",
value: "0",
elTagType: "warning"
},
{
label: "正常",
value: "1",
elTagType: "success"
}]
export const menu_show_hide = [{
label: "隐藏",
value: "0",
elTagType: "warning"
},
{
label: "显示",
value: "1",
elTagType: "success"
}]