From b9afe898b3b1ac50c7e231981bb7726c4133a4a7 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 17 Feb 2023 15:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qujing/app/AppExaminationManage/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },