From 28856c980c7c8baf43b510c42a6f2e5111a49c66 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 15 Feb 2023 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qujing/app/AppLearningRecord/components/Detail.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/qujing/app/AppLearningRecord/components/Detail.vue b/project/qujing/app/AppLearningRecord/components/Detail.vue index 863ea31a..919b1705 100644 --- a/project/qujing/app/AppLearningRecord/components/Detail.vue +++ b/project/qujing/app/AppLearningRecord/components/Detail.vue @@ -94,8 +94,7 @@ ], colConfigs2: [ { prop: 'bizName', label: '考试名称', align: 'left' }, - { prop: 'phone', label: '题目数', align: 'center' }, - { prop: 'realName', label: '通过得分', align: 'center' }, + { prop: 'allSubjectNumber', label: '题目数', align: 'center' }, { prop: 'startTime', label: '开始考试时间', align: 'center' }, { prop: 'score', label: '得分', align: 'center' }, { prop: 'status', label: '是否通过', align: 'center', format: v => v === '0' ? '否' : '是' }