|
|
@ -108,7 +108,7 @@ function buildColumns(that, student_works, studentData) {
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
if (!niPingAndIsStudent && isAdminOrStudent) {
|
|
|
|
if (!niPingAndIsStudent && isAdminOrStudent) {
|
|
|
|
columns.push({
|
|
|
|
columns.push({
|
|
|
|
width: 88,
|
|
|
|
width: isStudent ? undefined : 88,
|
|
|
|
title: '学号',
|
|
|
|
title: '学号',
|
|
|
|
dataIndex: 'student_id',
|
|
|
|
dataIndex: 'student_id',
|
|
|
|
key: 'student_id',
|
|
|
|
key: 'student_id',
|
|
|
@ -197,7 +197,7 @@ function buildColumns(that, student_works, studentData) {
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
)},
|
|
|
|
)},
|
|
|
|
}, {
|
|
|
|
}, {
|
|
|
|
width: 106,
|
|
|
|
width: 106, // isStudent ? undefined : 106 , // 匿评中 只有这几列: 序号 姓名 提交状态 更新时间 匿评评分 操作
|
|
|
|
title: '更新时间',
|
|
|
|
title: '更新时间',
|
|
|
|
dataIndex: 'update_time',
|
|
|
|
dataIndex: 'update_time',
|
|
|
|
key: 'update_time',
|
|
|
|
key: 'update_time',
|
|
|
|