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 @@