dev_new_shixunsrepository
杨树明 5 years ago
parent 887d4541a7
commit b6e2b71959

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

Loading…
Cancel
Save