1
This commit is contained in:
@ -7,25 +7,22 @@ export const sys_normal_disable = [
|
||||
{
|
||||
label: "禁用",
|
||||
value: "0",
|
||||
elTagType: "warning",
|
||||
elTagType: "danger",
|
||||
},
|
||||
];
|
||||
|
||||
export const sys_user_gender = [
|
||||
{
|
||||
label: "男",
|
||||
value: "0",
|
||||
elTagType: "success",
|
||||
value: "0"
|
||||
},
|
||||
{
|
||||
label: "女",
|
||||
value: "1",
|
||||
elTagType: "warning",
|
||||
value: "1"
|
||||
},
|
||||
{
|
||||
label: "未知",
|
||||
value: "2",
|
||||
elTagType: "warning",
|
||||
value: "2"
|
||||
},
|
||||
];
|
||||
|
||||
@ -45,12 +42,11 @@ export const menu_show_hide = [
|
||||
export const sys_yes_no = [
|
||||
{
|
||||
label: "否",
|
||||
value: "N",
|
||||
elTagType: "warning",
|
||||
value: "N"
|
||||
},
|
||||
{
|
||||
label: "是",
|
||||
value: "Y",
|
||||
elTagType: "success",
|
||||
elTagType: "danger",
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user