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' ? '否' : '是' }