|
|
|
@ -344,7 +344,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// ),
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '当前完成关卡',
|
|
|
|
|
title: '最新完成关卡',
|
|
|
|
|
dataIndex: 'curcomlevel',
|
|
|
|
|
key: 'curcomlevel',
|
|
|
|
|
align: "center",
|
|
|
|
@ -738,7 +738,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// ),
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '当前完成关卡',
|
|
|
|
|
title: '最新完成关卡',
|
|
|
|
|
dataIndex: 'curcomlevel',
|
|
|
|
|
key: 'curcomlevel',
|
|
|
|
|
align: "center",
|
|
|
|
@ -1091,7 +1091,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// ),
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '当前完成关卡',
|
|
|
|
|
title: '最新完成关卡',
|
|
|
|
|
dataIndex: 'curcomlevel',
|
|
|
|
|
key: 'curcomlevel',
|
|
|
|
|
align: "center",
|
|
|
|
@ -1454,7 +1454,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '当前完成关卡',
|
|
|
|
|
title: '最新完成关卡',
|
|
|
|
|
dataIndex: 'curcomlevel',
|
|
|
|
|
key: 'curcomlevel',
|
|
|
|
|
align: "center",
|
|
|
|
@ -3477,22 +3477,22 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
if(homewrok===false){
|
|
|
|
|
for(var i=0;i<columnsstu.length;i++){
|
|
|
|
|
if (columnsstu[i].title === "当前完成关卡"){//item.id==122
|
|
|
|
|
if (columnsstu[i].title === "最新完成关卡"){//item.id==122
|
|
|
|
|
columnsstu.splice(i,1)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
for(var i=0;i<columnsstu2.length;i++){
|
|
|
|
|
if (columnsstu2[i].title === "当前完成关卡"){//item.id==122
|
|
|
|
|
if (columnsstu2[i].title === "最新完成关卡"){//item.id==122
|
|
|
|
|
columnsstu2.splice(i,1)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
for(var i=0;i<columns.length;i++){
|
|
|
|
|
if (columns[i].title === "当前完成关卡"){//item.id==122
|
|
|
|
|
if (columns[i].title === "最新完成关卡"){//item.id==122
|
|
|
|
|
columns.splice(i,1)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
for(var i=0;i<columnss.length;i++){
|
|
|
|
|
if (columnss[i].title === "当前完成关卡"){//item.id==122
|
|
|
|
|
if (columnss[i].title === "最新完成关卡"){//item.id==122
|
|
|
|
|
columnss.splice(i,1)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|