我的排名:{{experience.data.rankingNo}}
我的经验值:{{experience.data.total}}
排名
姓名
经验值
{{index+1}}
{{exper.authorInfo.name}}
{{cutOrgNamePath(exper.authorInfo.orgInfo)}}
{{exper.total}}
.
.
.
{{experience.data.rankingNo}}
{{userInfo.name}}
{{cutOrgNamePath(userInfo.departFullName)}}
{{experience.data.total}}
我的排名:{{learningDuration.data.rankingNo}}
我的学习时长:{{formatSecondToHour(learningDuration.data.total)}}h
排名
姓名
学习时长(h)
{{index+1}}
{{learning.authorInfo.name}}
{{cutOrgNamePath(learning.authorInfo.orgInfo)}}
{{formatSecondToHour(learning.total)}}
.
.
.
{{learningDuration.data.rankingNo}}
{{userInfo.name}}
{{cutOrgNamePath(userInfo.departFullName)}}
{{formatSecondToHour(learningDuration.data.total)}}
我的排名:{{learningDays.data.rankingNo}}
我的学习天数:{{learningDays.data.total}}
排名
姓名
学习天数
{{index+1}}
{{days.authorInfo.name}}
{{cutOrgNamePath(days.authorInfo.orgInfo)}}
{{days.total}}
.
.
.
{{learningDays.data.rankingNo}}
{{userInfo.name}}
{{cutOrgNamePath(userInfo.departFullName)}}
{{learningDays.data.total}}