数据中心
{{ queryTime }}
用户总数
{{ curDayStatData.person_count.total_count | formatNumber
}}人
机构总数
{{ curDayStatData.org_count.total_count | formatNumber
}}个
累计上课人数
{{
curDayStatData.course_play_person_count.total_count
| formatNumber
}}人
累计上课人次
{{ curDayStatData.course_play_count.total_count | formatNumber
}}人次
平台总阅读时长
{{
Math.ceil(
curDayStatData.article_reading_duration.total_duration /
3600
) | formatNumber
}}时
平台总阅读词数
{{
curDayStatData.article_reading_word_count.total_count
| formatNumber
}}词
查询
导出阅读数据
{{ goodsTypeListCss[scope.row.goods_type].text }}
{{
scope.row.article_diff_word_count +
"/" +
scope.row.article_word_count
}}
{{ formatterDuration(scope.row) }}
{{
scope.row.reading_time
? scope.row.reading_time.substring(0, 16)
: "-"
}}
handleSizeChange(val, 'pageSize', 'pageNumber')
"
@current-change="(val) => handleCurrentChange(val, 'pageNumber')"
:current-page="pageNumber"
:page-sizes="[10, 20, 30, 40, 50]"
:page-size="pageSize"
layout="total, prev, pager, next, sizes, jumper"
:total="total_count_a"
>