feat(management): add team mod
This commit is contained in:
@@ -55,6 +55,25 @@ export const componentList: MenuItem[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "团队管理",
|
||||
url: "team",
|
||||
icon: "AuthMenuIcon",
|
||||
items: [
|
||||
{
|
||||
title: "员工管理",
|
||||
url: "employee",
|
||||
},
|
||||
{
|
||||
title: "组织管理",
|
||||
url: "organization",
|
||||
},
|
||||
{
|
||||
title: "团队日报",
|
||||
url: "dailypaper",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user