平台实施课程总数
{{ isCourseCount }}
平台实施课程占比
{{
isCourseCount
? ((isCourseCount / allCourseCount) * 100).toFixed(0) + "%"
: "0%"
}}
课程平均任务数量
{{
isCourseCount ? (taskCount / isCourseCount).toFixed(0) : 0
}}
课程平均作业数量
{{
isCourseCount ? (workCount / isCourseCount).toFixed(0) : 0
}}