From 8eb675f4a47beccb7fe7fc20efb9df6baa862804 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 19 Apr 2023 09:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E4=BA=BA=E6=95=B0=3D>?= =?UTF-8?q?=E8=80=83=E8=AF=95=E4=BA=BA=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppLearningStatistics/AppLearningStatistics.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue index 2392a8a5..ad789963 100644 --- a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -54,7 +54,7 @@
-

考试人数

+

考试人次

{{ statisticsKeyData['学富五车'] }}

@@ -205,7 +205,7 @@ colConfigs2: [ { type: 'index', label: '排名', align: 'left' }, { prop: 'name', label: '考试名称', align: 'center' }, - { prop: 'number', label: '考试人数', align: 'center' } + { prop: 'number', label: '考试人次', align: 'center' } ], tableData1: [], tableData2: [],