|
@@ -58,13 +58,17 @@ export const descs = {
|
|
|
VIP_AMOUNT: "VIP课购买、续费、复学、课程组新增学员收入金额总和",
|
|
|
"vipStudentNum":'会员生效中或待生效总人数',
|
|
|
"eVipStudentNum":'如果是试用会员又是付费会员,则不算试用会员数',
|
|
|
- "cloudStudyLivelyStudentNum":'近15天内使用达到5天及以上的用户总数',
|
|
|
+ "cloudStudyLivelyStudentNum":'每周训练时长超过60分钟,每个月有三个周以上达标的为活跃学员',
|
|
|
"newCloudStudyStudentNum":'第一次使用团练宝的人数',
|
|
|
"cloudStudyTodayUseStudentNum":'今日使用的总人数',
|
|
|
"cloudStudyUseStudentNum":'累计使用的总人数',
|
|
|
- "totalStudentNum":"分部学员总数"
|
|
|
+ "totalStudentNum":"分部学员总数",
|
|
|
+ "waitActivateVipStudentNum":'待激活的会员人数',
|
|
|
+ "effectiveVipStudentNum":"生效中的会员人数"
|
|
|
}
|
|
|
export const titles = {
|
|
|
+ "waitActivateVipStudentNum":'待激活的会员人数',
|
|
|
+ "effectiveVipStudentNum":"生效中的会员人数",
|
|
|
"vipStudentNum":'付费会员人数',
|
|
|
"eVipStudentNum":'试用会员人数',
|
|
|
"totalStudentNum":"分部学员总数",
|