feat(management): add team mod

This commit is contained in:
zhangheng
2026-02-26 20:11:02 +08:00
parent 4c72bbe55d
commit 5325ef7b95
6 changed files with 67 additions and 1 deletions

View File

@@ -55,6 +55,25 @@ export const componentList: MenuItem[] = [
},
],
},
{
title: "团队管理",
url: "team",
icon: "AuthMenuIcon",
items: [
{
title: "员工管理",
url: "employee",
},
{
title: "组织管理",
url: "organization",
},
{
title: "团队日报",
url: "dailypaper",
},
],
},
],
},
]