|
|
|
@ -768,7 +768,9 @@ render(){
|
|
|
|
|
display:item.user_name===undefined?"none":""
|
|
|
|
|
}}>
|
|
|
|
|
<Tooltip placement="bottom" title={item.user_nam}>
|
|
|
|
|
<div className={"fl ml5 fonthidden"} style={{width: '68px'}}>{item.user_name}{item.is_leader && <LeaderIcon className="leaderIcon" small={true}></LeaderIcon>}</div>
|
|
|
|
|
<div className={"fl ml5 fonthidden"} style={{width: '68px'}}>
|
|
|
|
|
{item.user_name}{ (item.is_leader || !this.isEdit && key==0) && <LeaderIcon className="leaderIcon" small={true}></LeaderIcon>}
|
|
|
|
|
</div>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
<div className={"fl ml40 color-grey-9"}>{item.group_name}</div>
|
|
|
|
|
<div className={"fl ml40 color-grey-9"}>{item.student_id}</div>
|
|
|
|
|