+ //
history.push(`/classrooms/${params.coursesId}/teachers`)} className={`${styles.title} ${active === 1 ? styles.active : ''}`}>教师列表
+ //
history.push(`/classrooms/${params.coursesId}/students`)} className={`${styles.title} ${active === 2 ? styles.active : ''}`}>学生列表
+ // {/* 新增助教tab */}
+ // {
+ // isAdminOrCreatorOrOperation() ?
+ //
history.push(`/classrooms/${params.coursesId}/assistant`)} className={`${styles.title} ${active === 3 ? styles.active : ''}`}>助教权限
: <>>
+ // }
+ //