This commit is contained in:
2023-05-24 21:31:55 +08:00
parent a7d3b86785
commit 52ff3bbb43
3 changed files with 367 additions and 0 deletions

View File

@ -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",
},
];