|
|
|
@ -26,6 +26,7 @@ import '../css/members.css';
|
|
|
|
|
import '../css/busyWork.css';
|
|
|
|
|
import '../poll/pollStyle.css';
|
|
|
|
|
import './Challenges.css';
|
|
|
|
|
|
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
|
import TraineetraininginformationModal from "./TraineetraininginformationModal";
|
|
|
|
|
import DownloadMessageysl from '../../modals/DownloadMessageysl';
|
|
|
|
@ -189,21 +190,21 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}}>
|
|
|
|
|
{record.stduynumber === undefined ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === null ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === "" ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
@ -213,7 +214,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
title={record.stduynumber}
|
|
|
|
|
className="maxnamewidth145"
|
|
|
|
|
style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>{
|
|
|
|
@ -293,7 +294,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
计算规则:<br/>
|
|
|
|
|
学员离开实训学习界面停止计时;<br/>
|
|
|
|
|
评测首次通过之后,停止计时<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'cost_time',
|
|
|
|
|
key: 'cost_time',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -308,9 +309,6 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
}>
|
|
|
|
|
{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time === "--" ? "--" :
|
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
|
</div>}>
|
|
|
|
|
<span style={
|
|
|
|
|
{
|
|
|
|
|
color: '#747A7F',
|
|
|
|
@ -320,7 +318,6 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
>{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time}
|
|
|
|
|
</span>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
@ -400,7 +397,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
学生工作效率= log(实训总得分/实训总耗时)<br/>
|
|
|
|
|
学生效率分 = 学生工作效率 / 课堂学生最高<br/>
|
|
|
|
|
工作效率 * 分值<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'efficiencyscore',
|
|
|
|
|
key: 'efficiencyscore',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -562,21 +559,21 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}}>
|
|
|
|
|
{record.stduynumber === undefined ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === null ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === "" ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>--
|
|
|
|
@ -586,7 +583,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
title={record.stduynumber}
|
|
|
|
|
className="maxnamewidth145"
|
|
|
|
|
style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width: '145px',
|
|
|
|
|
}}>{
|
|
|
|
@ -666,7 +663,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
计算规则:<br/>
|
|
|
|
|
学员离开实训学习界面停止计时;<br/>
|
|
|
|
|
评测首次通过之后,停止计时<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'cost_time',
|
|
|
|
|
key: 'cost_time',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -769,7 +766,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
学生工作效率= log(实训总得分/实训总耗时)<br/>
|
|
|
|
|
学生效率分 = 学生工作效率 / 课堂学生最高<br/>
|
|
|
|
|
工作效率 * 分值<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'efficiencyscore',
|
|
|
|
|
key: 'efficiencyscore',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -914,19 +911,19 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<span className="maxnamewidth110">
|
|
|
|
|
{record.stduynumber === undefined ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === null ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === "" ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
@ -935,7 +932,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
title={record.stduynumber}
|
|
|
|
|
className="maxnamewidth110"
|
|
|
|
|
style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>{
|
|
|
|
|
record.stduynumber
|
|
|
|
@ -952,9 +949,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
key: 'classroom',
|
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
className: 'font-14 maxnamewidth120',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
<span className="maxnamewidth120">
|
|
|
|
|
{record.classroom === undefined ? <span className="ysltable" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
@ -963,7 +960,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--</span> : record.classroom === null ?
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>}
|
|
|
|
|
<a className="ysltable maxnamewidth120" title={record.classroom}
|
|
|
|
|
style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</a>}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -990,7 +988,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
计算规则:<br/>
|
|
|
|
|
学员离开实训学习界面停止计时;<br/>
|
|
|
|
|
评测首次通过之后,停止计时<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'cost_time',
|
|
|
|
|
key: 'cost_time',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -1085,7 +1083,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
学生工作效率= log(实训总得分/实训总耗时)<br/>
|
|
|
|
|
学生效率分 = 学生工作效率 / 课堂学生最高<br/>
|
|
|
|
|
工作效率 * 分值<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'efficiencyscore',
|
|
|
|
|
key: 'efficiencyscore',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -1214,13 +1212,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: "#9A9A9A"}}>
|
|
|
|
|
--
|
|
|
|
|
</span> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a>
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue maxnamewidth120"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -1261,19 +1259,19 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<span className="maxnamewidth110">
|
|
|
|
|
{record.stduynumber === undefined ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
"text-align": "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === null ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
"text-align": "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
|
: record.stduynumber === "" ?
|
|
|
|
|
<span style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
"text-align": "center"
|
|
|
|
|
}}>--
|
|
|
|
|
</span>
|
|
|
|
@ -1282,7 +1280,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
title={record.stduynumber}
|
|
|
|
|
className="maxnamewidth110"
|
|
|
|
|
style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
color: '#000',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>{
|
|
|
|
|
record.stduynumber
|
|
|
|
@ -1299,9 +1297,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
key: 'classroom',
|
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
className: 'font-14 maxnamewidth120',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
<span className="maxnamewidth120">
|
|
|
|
|
{record.classroom === undefined ? <span className="ysltable" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
@ -1309,8 +1307,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--</span> : record.classroom === null ?
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>}
|
|
|
|
|
<span className="ysltable " style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<a className="ysltable maxnamewidth120" title={record.classroom}
|
|
|
|
|
style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</a>}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -1347,7 +1346,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
计算规则:<br/>
|
|
|
|
|
学员离开实训学习界面停止计时;<br/>
|
|
|
|
|
评测首次通过之后,停止计时<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'cost_time',
|
|
|
|
|
key: 'cost_time',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -1360,9 +1359,6 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
}>
|
|
|
|
|
{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time === "--" ? "--" :
|
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
|
</div>}>
|
|
|
|
|
<a style={
|
|
|
|
|
{
|
|
|
|
|
color: '#747A7F',
|
|
|
|
@ -1371,7 +1367,6 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
>{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time}
|
|
|
|
|
</a>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
@ -1425,7 +1420,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
学生工作效率= log(实训总得分/实训总耗时)<br/>
|
|
|
|
|
学生效率分 = 学生工作效率 / 课堂学生最高<br/>
|
|
|
|
|
工作效率 * 分值<br/>
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")}/></Tooltip></span>,
|
|
|
|
|
</pre>}><img src={getImageUrl("images/educoder/problem.png")} className={"ml2"}/></Tooltip></span>,
|
|
|
|
|
dataIndex: 'efficiencyscore',
|
|
|
|
|
key: 'efficiencyscore',
|
|
|
|
|
align: 'center',
|
|
|
|
@ -1554,13 +1549,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: "#9A9A9A"}}>
|
|
|
|
|
--
|
|
|
|
|
</span> :
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -1873,6 +1868,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -1886,6 +1885,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (work_efficiency === false) {
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
@ -1907,6 +1910,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -1920,6 +1927,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (work_efficiency === false) {
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
@ -2057,6 +2068,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2070,6 +2085,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (this.state.work_efficiency === false) {
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
@ -2092,6 +2111,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2105,6 +2128,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (this.state.work_efficiency === false) {
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
@ -2481,7 +2508,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 设置数据
|
|
|
|
|
// 设置数据 老师列表数据处理
|
|
|
|
|
seacthdatat = (teacherdata, student_works, work_efficiency, course_group_info) => {
|
|
|
|
|
|
|
|
|
|
let {page, limit} = this.state;
|
|
|
|
@ -2527,6 +2554,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// pageSize: 20, //一页显示几条
|
|
|
|
|
// current: page,
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
if (work_efficiency === false) {
|
|
|
|
|
if (JSON.stringify(course_group_info) === "[]" || course_group_info === undefined || course_group_info === null) {
|
|
|
|
|
//这里没有分班 没有 关卡得分 没有效率分
|
|
|
|
@ -2539,9 +2567,15 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (item.title === "当前成绩") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2557,6 +2591,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
} else {
|
|
|
|
@ -2580,6 +2618,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "当前成绩") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2595,6 +2637,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
} else {
|
|
|
|
@ -2613,6 +2659,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2628,6 +2678,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
} else {
|
|
|
|
@ -2650,6 +2704,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
@ -2682,6 +2740,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (item.title === "关卡得分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
if (item.key === "efficiencyscore") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (item.title === "效率分") {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|