|
|
|
@ -740,7 +740,7 @@ render(){
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '147px' }}
|
|
|
|
|
title={item.group_name && item.group_name.length > 9 ? item.group_name : ''}
|
|
|
|
|
>{item.group_name}</div>
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '84px' }}
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '99px' }}
|
|
|
|
|
title={item.student_id && item.student_id.length > 12 ? item.student_id : ''}
|
|
|
|
|
>{item.student_id}</div>
|
|
|
|
|
<div className={"fl ml20"}>{item.commit_status===true?<span className={"color-orange"}>已提交</span> :""}</div>
|
|
|
|
@ -784,7 +784,7 @@ render(){
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '147px' }}
|
|
|
|
|
title={item.group_name && item.group_name.length > 9 ? item.group_name : ''}
|
|
|
|
|
>{item.group_name}</div>
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '84px' }}
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '99px' }}
|
|
|
|
|
title={item.student_id && item.student_id.length > 12 ? item.student_id : ''}
|
|
|
|
|
>{item.student_id}</div>
|
|
|
|
|
{item.user_id != this.props.current_user.user_id ?
|
|
|
|
|