'add'
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user