This commit is contained in:
yanran200730
2023-02-17 13:55:35 +08:00
parent 1e5085f4cc
commit dd0c6cf1ef
2 changed files with 26 additions and 24 deletions

View File

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