dev_unstable
hjm 5 years ago
parent feb924fd6f
commit 9aa184eecc

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

Loading…
Cancel
Save