提交 751b094a authored 作者: matian's avatar matian

修改字段名

上级 051bfce0
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
columns: [ columns: [
{ label: '班级名称', prop: 'class_name', align: 'center' }, { label: '班级名称', prop: 'class_name', align: 'center' },
{ label: '班级人数', prop: 'student_total', align: 'center', sortable: 'custom' }, { label: '班级人数', prop: 'student_total', align: 'center', sortable: 'custom' },
{ label: '完成人数', prop: 'finished_student_total', align: 'center', sortable: 'custom' }, { label: '完成人数', prop: 'finishedStudentTotal', align: 'center', sortable: 'custom' },
{ label: '课程完成率', prop: 'course_completion_rate', align: 'center', sortable: 'custom' }, { label: '课程完成率', prop: 'course_completion_rate', align: 'center', sortable: 'custom' },
{ {
label: '累计学习时长', label: '累计学习时长',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论