From 567923139d3ee2eb411fee836deefdcfbfd1c65f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 17 Feb 2023 16:11:23 +0800 Subject: [PATCH] bug --- .../app/AppLearningStatistics/AppLearningStatistics.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [],