From 297371b85fe6a4b35c9cce7897c3adecf948cf30 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 15 Oct 2019 14:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/members/studentsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/members/studentsList.js b/public/react/src/modules/courses/members/studentsList.js index 38a89584d..ab29dde45 100644 --- a/public/react/src/modules/courses/members/studentsList.js +++ b/public/react/src/modules/courses/members/studentsList.js @@ -739,7 +739,7 @@ class studentsList extends Component{ { !isStudentPage && isAdmin && !isParent && course_group_id != 0 && this.renameDir()}>分班重命名 } { - !isStudentPage && !isCourseEnd && isAdmin && isParent && this.addDir()}>新建分班 } + !isStudentPage && !isCourseEnd && isAdmin && this.addDir()}>新建分班 } { !isStudentPage && isStudent && !isParent && course_group_id != 0 && this.addToDir()}>加入分班 }