|
|
|
@ -78,7 +78,7 @@ function buildColumns(that) {
|
|
|
|
|
sortOrder: sortedInfo.columnKey === 'role' && sortedInfo.order,
|
|
|
|
|
|
|
|
|
|
}]
|
|
|
|
|
that.state.course_groups && that.state.course_groups.length && columns.push({
|
|
|
|
|
that.state.course_groups && that.state.course_groups.length && showSorter && columns.push({
|
|
|
|
|
title: <Tooltip title="仅能批阅指定分班的作品">管理权限</Tooltip>,
|
|
|
|
|
width: 260,
|
|
|
|
|
key: 'course_groups',
|
|
|
|
@ -111,7 +111,7 @@ function buildColumns(that) {
|
|
|
|
|
,
|
|
|
|
|
});
|
|
|
|
|
const hasGraduationModule = that.hasGraduationModule()
|
|
|
|
|
if (hasGraduationModule) {
|
|
|
|
|
if (hasGraduationModule && showSorter) {
|
|
|
|
|
columns.push({
|
|
|
|
|
title: '答辩组',
|
|
|
|
|
// width: 90,
|
|
|
|
|