diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue index ccdd170e..218b5515 100644 --- a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -204,13 +204,13 @@ type: 0, colConfigs1: [ { type: 'index', label: '排名', align: 'left' }, - { prop: 'name', label: '课程', align: 'center' }, + { prop: 'name', label: '课程名称', align: 'center' }, { prop: 'number', label: '学习人数', align: 'center' } ], colConfigs2: [ { type: 'index', label: '排名', align: 'left' }, - { prop: 'name', label: '课程', align: 'center' }, - { prop: 'number', label: '学习人数', align: 'center' } + { prop: 'name', label: '考试名称', align: 'center' }, + { prop: 'number', label: '考试人数', align: 'center' } ], tableData1: [], tableData2: [],