issues25489
hjm 5 years ago
parent 91c4c612c7
commit 355f891fb3

@ -106,8 +106,9 @@ const buildColumns = (that,isParent) => {
}
}
];
if (course_groups && course_groups.length) {
this.isStudentPage && columns.push({
that.isStudentPage && columns.push({
title: '分班',
dataIndex: 'course_group_name',
key: 'course_group_name',

Loading…
Cancel
Save