From b5dd35302b8d8069f4de16670ada33fc23276d65 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Wed, 28 Aug 2019 11:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=8F=B7=E5=88=97=E4=B9=9F=E5=8F=82?= =?UTF-8?q?=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/busyWork/CommonWorkList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js index d6c3d8946..a489e7c3d 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkList.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js @@ -108,7 +108,7 @@ function buildColumns(that, student_works, studentData) { }] if (!niPingAndIsStudent && isAdminOrStudent) { columns.push({ - width: 88, + width: isStudent ? undefined : 88, title: '学号', dataIndex: 'student_id', key: 'student_id', @@ -197,7 +197,7 @@ function buildColumns(that, student_works, studentData) { )}, }, { - width: 106, + width: 106, // isStudent ? undefined : 106 , // 匿评中 只有这几列: 序号 姓名 提交状态 更新时间 匿评评分 操作 title: '更新时间', dataIndex: 'update_time', key: 'update_time',