|
|
|
@ -184,7 +184,7 @@ function buildColumns(that, student_works, studentData) {
|
|
|
|
|
}
|
|
|
|
|
columns = columns.concat([{
|
|
|
|
|
width: 88,
|
|
|
|
|
title: '提交状态',
|
|
|
|
|
title: '作品状态',
|
|
|
|
|
dataIndex: 'work_status',
|
|
|
|
|
key: 'work_status',
|
|
|
|
|
|
|
|
|
@ -320,7 +320,7 @@ function buildColumns(that, student_works, studentData) {
|
|
|
|
|
if (!niPingAndIsStudent) {
|
|
|
|
|
columns.push({
|
|
|
|
|
width: '113px',
|
|
|
|
|
title: '最终成绩',
|
|
|
|
|
title: '当前成绩',
|
|
|
|
|
key: 'work_score',
|
|
|
|
|
dataIndex: 'work_score',
|
|
|
|
|
sorter: true,
|
|
|
|
@ -362,7 +362,7 @@ function buildColumns(that, student_works, studentData) {
|
|
|
|
|
{/* 0 未提交 */}
|
|
|
|
|
{/*<React.Fragment>*/}
|
|
|
|
|
{/*</React.Fragment>*/}
|
|
|
|
|
{ isAdmin && <Tooltip placement="bottom" title={<pre>调整学生最终成绩<br/>其它历史评分将全部失效</pre>}>
|
|
|
|
|
{ isAdmin && <Tooltip placement="bottom" title={<pre>调整学生当前成绩<br/>其它历史评分将全部失效</pre>}>
|
|
|
|
|
<a style={{color: "#4CACFF"}}
|
|
|
|
|
onClick={() => that.showModulationModal(record)}
|
|
|
|
|
>调分</a>
|
|
|
|
|