|
|
|
@ -603,6 +603,7 @@ class studentsList extends Component{
|
|
|
|
|
combineArray = this.state.application_list
|
|
|
|
|
}
|
|
|
|
|
const isAdminOrTeacher = this.props.isAdminOrTeacher()
|
|
|
|
|
const isSuperAdmin = this.props.isSuperAdmin()
|
|
|
|
|
const hasGraduationModule = this.hasGraduationModule()
|
|
|
|
|
const coursesId = this.props.match.params.coursesId
|
|
|
|
|
|
|
|
|
@ -627,7 +628,7 @@ class studentsList extends Component{
|
|
|
|
|
<Titlesearchsection
|
|
|
|
|
title={<React.Fragment>
|
|
|
|
|
<span>教师列表</span>
|
|
|
|
|
{coursesId == '1309' && <span style={{color: '#848484', fontSize: '14px', marginLeft: '10px'}}>(示例课堂,部分成员不可见)</span>}
|
|
|
|
|
{!isSuperAdmin && coursesId == '1309' && <span style={{color: '#848484', fontSize: '14px', marginLeft: '10px'}}>(示例课堂,部分成员不可见)</span>}
|
|
|
|
|
</React.Fragment>}
|
|
|
|
|
searchValue={ searchValue }
|
|
|
|
|
onInputSearchChange={this.onInputSearchChange}
|
|
|
|
|