|
|
|
@ -772,15 +772,15 @@ 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 || !this.isEdit && key==0) && <LeaderIcon className="leaderIcon" small={true}></LeaderIcon>}
|
|
|
|
|
<div className={"fl ml5 fonthidden"} style={{width: '98px', color: `${item.user_name.length > 5 ? '#4CACFF' : 'inherit'}`}}>
|
|
|
|
|
{item.user_name}{ item.user_name.length <= 5 && (item.is_leader || !this.isEdit && key==0) && <LeaderIcon className="leaderIcon" small={true}></LeaderIcon>}
|
|
|
|
|
</div>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
|
|
|
|
|
<div className={"fl ml40 color-grey-9 overflowHidden1"} style={{ maxWidth: '147px' }}
|
|
|
|
|
<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 ml40 color-grey-9 overflowHidden1"} style={{ maxWidth: '84px' }}
|
|
|
|
|
<div className={"fl ml20 color-grey-9 overflowHidden1"} style={{ maxWidth: '84px' }}
|
|
|
|
|
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 ?
|
|
|
|
|