新增到课签到时间窗口与迟到签到时间窗口配置,优化教练评分机制(未测试)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user