This commit is contained in:
2023-06-15 16:07:07 +08:00
parent 69cde791e2
commit 6163ed5ad0
2 changed files with 56 additions and 231 deletions

View File

@ -27,16 +27,16 @@ export const sys_user_gender = [
];
export const menu_show_hide = [
{
label: "隐藏",
value: "0",
elTagType: "warning",
},
{
label: "显示",
value: "1",
elTagType: "success",
},
{
label: "隐藏",
value: "0",
elTagType: "warning",
}
];
export const sys_yes_no = [