feat(team): add page
This commit is contained in:
@@ -72,6 +72,26 @@ export const componentList: MenuItem[] = [
|
||||
title: "团队日报",
|
||||
url: "dailypaper",
|
||||
},
|
||||
{
|
||||
title: "数据统计",
|
||||
url: "workload",
|
||||
},
|
||||
{
|
||||
title: "结算管理",
|
||||
url: "cost",
|
||||
},
|
||||
{
|
||||
title: "同步服务",
|
||||
url: "sync_server",
|
||||
},
|
||||
{
|
||||
title: "同步任务",
|
||||
url: "sync_task",
|
||||
},
|
||||
{
|
||||
title: "项目参与",
|
||||
url: "board",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user