样式修改
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
isShow: false,
|
||||
total: 10,
|
||||
colConfigs: [
|
||||
{ prop: 'examinationName', label: '考试名称', align: 'left' },
|
||||
{ prop: 'examinationName', label: '考试名称', align: 'left', width: 400 },
|
||||
{ prop: 'allSubjectNumber', label: '试题总数', align: 'center' },
|
||||
{ prop: 'passScore', label: '通过分数', align: 'center' },
|
||||
{ prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('qjEIStatus', v) },
|
||||
|
||||
Reference in New Issue
Block a user