|
|
@ -234,7 +234,7 @@ function buildColumns(that, student_works) {
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<Tooltip title={
|
|
|
|
<Tooltip title={
|
|
|
|
getScoreTip(student_score,
|
|
|
|
getScoreTip(student_score,
|
|
|
|
isNiPing ? `你的评阅分数:${record.student_score}分` : <div>
|
|
|
|
that.state.is_evaluation ? `你的评阅分数:${record.student_score}分` : <div>
|
|
|
|
{record.student_comment_count && <div>{`${record.student_comment_count}名学生进行了匿评`}</div>}
|
|
|
|
{record.student_comment_count && <div>{`${record.student_comment_count}名学生进行了匿评`}</div>}
|
|
|
|
<div>有效平均分:{record.student_score}分</div>
|
|
|
|
<div>有效平均分:{record.student_score}分</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -334,7 +334,7 @@ const orderMap = {
|
|
|
|
work_score: 'asc',
|
|
|
|
work_score: 'asc',
|
|
|
|
student_id: 'asc',
|
|
|
|
student_id: 'asc',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const PAGE_SIZE = 50
|
|
|
|
const PAGE_SIZE = 20
|
|
|
|
// 类似页面 http://localhost:3007/courses/1309/graduation/graduation_tasks/48/76/setting
|
|
|
|
// 类似页面 http://localhost:3007/courses/1309/graduation/graduation_tasks/48/76/setting
|
|
|
|
class CommonWorkList extends Component{
|
|
|
|
class CommonWorkList extends Component{
|
|
|
|
|
|
|
|
|
|
|
|