From f93efbf6b22ffd740bffcb7adf04925b42352b30 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Wed, 3 Jul 2019 11:21:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?=
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 c95d76b41..500cbd2a3 100644
--- a/public/react/src/modules/courses/members/studentsList.js
+++ b/public/react/src/modules/courses/members/studentsList.js
@@ -503,7 +503,7 @@ class studentsList extends Component{
this.refs['createGroupByImportModal'].setVisible(true)}>导入创建分班
}
- { isAdmin && isParent && this.addDir()}>新建分班 }
+ { isAdmin && isParent && this.addDir()}>添加分班 }
{ isAdmin && !isParent && course_group_id != 0 && this.deleteDir()}>删除分班 }
{ isAdmin && !isParent && course_group_id != 0 && this.renameDir()}>分班重命名 }
{ isAdmin && 导出成绩 }