diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue index 38ffce53..90b67165 100644 --- a/project/qujing/app/AppExaminationManage/components/List.vue +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -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) },