新增到课签到时间窗口与迟到签到时间窗口配置,优化教练评分机制(未测试)

This commit is contained in:
2026-07-26 16:10:23 +08:00
parent 86b7555943
commit c2f11727fe
31 changed files with 2069 additions and 138 deletions
+6
View File
@@ -46,6 +46,12 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/system/CoachManagement.vue'),
meta: { title: '教练管理' }
},
{
path: 'coach/time-rules',
name: 'CoachTimeRuleManagement',
component: () => import('@/views/coach/CoachTimeRuleManagement.vue'),
meta: { title: '时间规则配置' }
},
{
path: 'roles',
name: 'RoleManagement',