|
|
|
@ -563,7 +563,7 @@ class CommonWorkList extends Component{
|
|
|
|
|
late_penalty, absence_penalty, appeal_penalty
|
|
|
|
|
|
|
|
|
|
,end_immediately ,publish_immediately
|
|
|
|
|
, homework_id, visible, work_group, project_info
|
|
|
|
|
, homework_id, visible, work_group, project_info, is_leader
|
|
|
|
|
} =this.state;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -610,7 +610,7 @@ class CommonWorkList extends Component{
|
|
|
|
|
}else{
|
|
|
|
|
StudentData=isStudent ? [{ id, user_name, user_login, student_id, group_name, work_status, update_time, teacher_score, teaching_asistant_score, student_score,
|
|
|
|
|
ultimate_score, work_score, student_comment_count, appeal_all_count, appeal_deal_count,
|
|
|
|
|
late_penalty, absence_penalty, appeal_penalty, project_info,
|
|
|
|
|
late_penalty, absence_penalty, appeal_penalty, project_info, is_leader,
|
|
|
|
|
work_group, isMine: true }] : []
|
|
|
|
|
}
|
|
|
|
|
const columns = buildColumns(this, student_works, StudentData)
|
|
|
|
|