|
|
|
@ -203,17 +203,17 @@ class Competitionteams extends Component{
|
|
|
|
|
render: (text, record) => <div className={record.creator==="合计:"?"teamsLayoucolor-orange":""}>{text}</div>,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '学习人数',
|
|
|
|
|
title: '学生数量',
|
|
|
|
|
dataIndex: 'students_count',
|
|
|
|
|
key: 'students_count',
|
|
|
|
|
render: (text, record) => <div className={record.creator==="合计:"?"teamsLayoucolor-orange":""}>{text}</div>,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '被fork发布的学习人数',
|
|
|
|
|
title: '发布的实训作业数量',
|
|
|
|
|
dataIndex: 'shixun_homework_count',
|
|
|
|
|
key: 'shixun_homework_count',
|
|
|
|
|
render: (text, record) =>
|
|
|
|
|
<Tooltip placement="bottom" title={"fork该实训产生的新实训,学习总人数"}>
|
|
|
|
|
<Tooltip placement="bottom" title={"发布的实训作业数量"}>
|
|
|
|
|
<div className={record.creator==="合计:"?"teamsLayoucolor-orange":""}>{text}</div>
|
|
|
|
|
</Tooltip>,
|
|
|
|
|
},
|
|
|
|
@ -265,4 +265,4 @@ class Competitionteams extends Component{
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
export default Competitionteams;
|
|
|
|
|
export default Competitionteams;
|
|
|
|
|