管理教师

dev_hjm_a
hjm 6 years ago
parent 4344ab6c90
commit 30cc649c07

@ -82,8 +82,10 @@ function CourseGroupListTable(props) {
render: (course_members_count, record, index) => {
return course_members_count
}
},
{
}
];
if (!isNotMember) {
columns.push({
title: '管理教师',
dataIndex: 'member_manager',
key: 'member_manager',
@ -93,8 +95,7 @@ function CourseGroupListTable(props) {
render: (member_manager, record, index) => {
return member_manager
}
}];
if (!isNotMember) {
})
const aCol = (isAdmin ? {
title: '邀请码',
dataIndex: 'invite_code',

Loading…
Cancel
Save