@ -97,7 +97,12 @@ function buildColumns(that, student_works, studentData) {
}} title={text && text.length > 5 ? text : ''}>
{/* <Tooltip placement="bottom" title={text}>
</Tooltip> */}
{text}
{record.is_leader ?
<div>
<div>{text}</div>
<div className="font-10">组长</div>
</div>
: <React.Fragment>{text}</React.Fragment>}
),
}]