菜单管理
This commit is contained in:
@@ -15,3 +15,9 @@ export const userStatus = [
|
||||
{ label: "启用", value: 1, tagType: "success" },
|
||||
{ label: "禁用", value: 0, tagType: "danger" }
|
||||
];
|
||||
|
||||
export const resourceType = [
|
||||
{ label: "菜单", value: 1 },
|
||||
{ label: "按钮", value: 2 },
|
||||
{ label: "公共资源", value: 3 }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user