feat(team): add page

This commit is contained in:
2026-02-27 09:51:33 +08:00
parent 5325ef7b95
commit 6cb8f98004
29 changed files with 4557 additions and 11 deletions

View File

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