|
@@ -66,7 +66,9 @@ export const descs = {
|
|
|
"newCloudStudyStudentNum":'第一次使用云教练的人数',
|
|
|
// "cloudStudyTodayUseStudentNum":'今日使用的总人数',
|
|
|
// "cloudStudyUseStudentNum":'累计使用的总人数',
|
|
|
- "totalStudentNum":"分部注册学员总人数",
|
|
|
+ "totalStudentNum":"进行中、暂停的乐团的在读学员总数",
|
|
|
+ "againBuyRate":"在读学员且云教练生效或待激活学员中,有多次付费订单的学员数 / 乐团在读有云教练并且有付费订单的学员数",
|
|
|
+ "buyRate":"在读学员中云教练生效或待激活学员占比",
|
|
|
// "waitActivateVipStudentNum":'待激活会员人数',
|
|
|
// "effectiveVipStudentNum":"生效中会员人数",
|
|
|
"vipStudentRate":"会员总人数/有效学员数",
|
|
@@ -77,13 +79,15 @@ export const titles = {
|
|
|
"effectiveVipStudentNum":"生效中会员人数",
|
|
|
"vipStudentNum":'会员总人数',
|
|
|
"eVipStudentNum":'试用会员人数',
|
|
|
- "totalStudentNum":"学员总数",
|
|
|
+ "totalStudentNum":"在读学员总数",
|
|
|
"cloudStudyLivelyStudentNum":'活跃学员人数 ',
|
|
|
"newCloudStudyStudentNum":'今日新增使用人数',
|
|
|
"cloudStudyTodayUseStudentNum":'今日使用人数',
|
|
|
"cloudStudyUseStudentNum":'累计使用人数',
|
|
|
"effectiveStudentNum":'有效学员数',
|
|
|
- "vipStudentRate":'会员人数占比'
|
|
|
+ "vipStudentRate":'会员人数占比',
|
|
|
+ "againBuyRate":'重复购买率',
|
|
|
+ "buyRate":'覆盖率'
|
|
|
}
|
|
|
|
|
|
|
|
@@ -305,12 +309,13 @@ export const errorType = {
|
|
|
name: '当月排课异常',
|
|
|
isError: true,
|
|
|
always: true,
|
|
|
- url: '/teamCourseList',
|
|
|
- permission: '/teamCourseList',
|
|
|
+ url: '/smallCourseConsumption',
|
|
|
+ permission: '/smallCourseConsumption',
|
|
|
query: {
|
|
|
searchType: 'CURRENT_COURSE_ERROR',
|
|
|
...dates,
|
|
|
start: dayjs().subtract(1, 'month').set('date', 1).format('YYYY-MM-DD'),
|
|
|
+ tabrouter:'2'
|
|
|
},
|
|
|
},
|
|
|
// start: '2021-02-01', start: '2021-02-01',
|
|
@@ -326,6 +331,20 @@ export const errorType = {
|
|
|
start: dayjs().subtract(1, 'month').set('date', 1).format('YYYY-MM-DD'),
|
|
|
},
|
|
|
},
|
|
|
+ WAIT_RENEW_INFO:{
|
|
|
+ name: '待续费学员',
|
|
|
+ isError: false,
|
|
|
+ always: true,
|
|
|
+ url: '/studentManager/smallStudentManager',
|
|
|
+ permission: '/smallStudentManager',
|
|
|
+
|
|
|
+ query: {
|
|
|
+ ...dates,
|
|
|
+ start: dayjs().subtract(1, 'month').set('date', 1).format('YYYY-MM-DD'),
|
|
|
+ subCourseMaxNum:3,
|
|
|
+ studentStatus:'NORMAL'
|
|
|
+ },
|
|
|
+ },
|
|
|
TEACHER_LEAVE: {
|
|
|
name: '老师请假',
|
|
|
isError: false,
|