新增教练管理,优化预约人数计数方式

This commit is contained in:
2026-07-19 19:02:10 +08:00
parent 97a5eff678
commit df0e68469b
26 changed files with 1537 additions and 264 deletions
+2
View File
@@ -31,6 +31,7 @@ function transformMenuData(backendMenus: BackendMenuItem[]): MenuItem[] {
'system/user/index': '/users',
'system/role/index': '/roles',
'system/menu/index': '/menus',
'system/coach/index': '/coach',
'system/dict/index': '/dict',
'system/config/index': '/sys/config',
'system/notice/index': '/notice',
@@ -92,6 +93,7 @@ function getMenuIcon(menuName: string): string {
'审计日志': 'Document',
'系统监控': 'Monitor',
'用户管理': 'User',
'教练管理': 'Medal',
'角色管理': 'UserFilled',
'菜单管理': 'Menu',
'字典管理': 'Collection',