|
|
|
@ -692,7 +692,7 @@ class CommonWorkList extends Component{
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
late_penalty, absence_penalty, appeal_penalty,user_comment_count
|
|
|
|
|
|
|
|
|
|
, end_immediately, publish_immediately
|
|
|
|
|
, homework_id, visible, work_group, project_info, is_leader
|
|
|
|
@ -742,7 +742,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, is_leader,
|
|
|
|
|
late_penalty, absence_penalty, appeal_penalty, project_info, is_leader,user_comment_count,
|
|
|
|
|
work_group, isMine: true }] : []
|
|
|
|
|
}
|
|
|
|
|
const columns = buildColumns(this, student_works, StudentData)
|
|
|
|
@ -775,7 +775,7 @@ class CommonWorkList extends Component{
|
|
|
|
|
|
|
|
|
|
const hasData = this.state.homework_status && this.state.homework_status.indexOf("未发布") == -1 // student_works && !!student_works.length && page == 1 &&
|
|
|
|
|
|
|
|
|
|
// console.log(StudentData)
|
|
|
|
|
console.log(StudentData)
|
|
|
|
|
// console.log(student_works)
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment>
|
|
|
|
|