system config

This commit is contained in:
ailanyin
2023-05-25 13:57:05 +08:00
parent e917582ea7
commit b028c3ae87
7 changed files with 685 additions and 535 deletions

View File

@ -14,15 +14,15 @@ export const sys_normal_disable = [
export const sys_user_gender = [
{
label: "男",
value: "0"
value: "0",
},
{
label: "女",
value: "1"
value: "1",
},
{
label: "未知",
value: "2"
value: "2",
},
];
@ -42,11 +42,11 @@ export const menu_show_hide = [
export const sys_yes_no = [
{
label: "否",
value: "N"
value: "N",
},
{
label: "是",
value: "Y",
elTagType: "danger",
},
];
];