From dd0c6cf1effa94aa450e29e082b0cf206ae31969 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 17 Feb 2023 13:55:35 +0800 Subject: [PATCH] bug --- .../AppExaminationManage/components/List.vue | 2 +- .../AppLearningStatistics.vue | 48 ++++++++++--------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue index 3859f356..38ffce53 100644 --- a/project/qujing/app/AppExaminationManage/components/List.vue +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -92,7 +92,7 @@ colConfigs: [ { prop: 'examinationName', label: '考试名称', align: 'left' }, { prop: 'allSubjectNumber', label: '试题总数', align: 'center' }, - { prop: 'beginTime', label: '通过分数', align: 'center' }, + { prop: 'passScore', label: '通过分数', align: 'center' }, { prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('qjEIStatus', v) }, { prop: 'examinationNumber', label: '考试人数', align: 'center' }, { prop: 'passNumber', label: '通过人数', align: 'center' } diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue index 0d0bf77a..421e22b1 100644 --- a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -139,7 +139,7 @@