update
This commit is contained in:
@ -41,3 +41,16 @@ export const menu_show_hide = [
|
||||
elTagType: "success",
|
||||
},
|
||||
];
|
||||
|
||||
export const sys_yes_no = [
|
||||
{
|
||||
label: "否",
|
||||
value: "N",
|
||||
elTagType: "warning",
|
||||
},
|
||||
{
|
||||
label: "是",
|
||||
value: "Y",
|
||||
elTagType: "success",
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user