|
@@ -43,48 +43,73 @@ export const school_menu = [
|
|
|
},
|
|
|
{
|
|
|
type: '0',
|
|
|
+ menu: []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: '1',
|
|
|
menu: [
|
|
|
- {
|
|
|
- title: '档案管理',
|
|
|
- icon: 'icon-yonghu',
|
|
|
- btn: [
|
|
|
- { title: '个人档案', route: 's/list', icon: 'icon-putongyonghu' },
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
title: '羽校管理',
|
|
|
icon: 'icon-yonghu',
|
|
|
btn: [
|
|
|
- { title: '羽校信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '学校信息', route: 'soneschool/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '教练信息', route: 'sonecoach/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '审批教练费', route: 'sonefee/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '学员信息', route: 'sonestudent/list', icon: 'icon-putongyonghu' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
title: '课程管理',
|
|
|
icon: 'icon-yonghu',
|
|
|
btn: [
|
|
|
- { title: '课程信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '公开课', route: 'soneopen/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '私教课', route: 'soneprivate/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '审批课学员', route: 'sonecourse/list', icon: 'icon-putongyonghu' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
title: '统计分析',
|
|
|
icon: 'icon-yonghu',
|
|
|
btn: [
|
|
|
- { title: '课程信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '收入统计', route: 'soneincome/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '学员统计', route: 'sonestustat/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '教练统计', route: 'sonecoachstat/list', icon: 'icon-putongyonghu' },
|
|
|
]
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- type: '1',
|
|
|
- menu: []
|
|
|
- },
|
|
|
{
|
|
|
type: '2',
|
|
|
menu: []
|
|
|
},
|
|
|
{
|
|
|
type: '3',
|
|
|
- menu: []
|
|
|
+ menu: [
|
|
|
+ {
|
|
|
+ title: '档案管理',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '个人档案', route: 'sthrfiles/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '羽校管理',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '羽校信息', route: 'sthrschool/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '公开课信息', route: 'sthropen/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '私教课信息', route: 'sthrprivate/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '统计分析',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '学校学习情况', route: 'sthrstudystat/list', icon: 'icon-putongyonghu' },
|
|
|
+ { title: '付费情况', route: 'sthrfeestat/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: '10',
|