|
|
@ -457,6 +457,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
orders: "",
|
|
|
|
columnsstu2: [
|
|
|
|
columnsstu2: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '序号',
|
|
|
|
title: '序号',
|
|
|
@ -583,11 +584,11 @@ class Listofworksstudentone extends Component {
|
|
|
|
<span className="font-14 maxnamewidth145" style={{width:'145px'}}>
|
|
|
|
<span className="font-14 maxnamewidth145" style={{width:'145px'}}>
|
|
|
|
{record.classroom === undefined ?
|
|
|
|
{record.classroom === undefined ?
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
color: '#9A9A9A',
|
|
|
|
color: '#9A9A9A',
|
|
|
|
textAlign: "center",
|
|
|
|
textAlign: "center",
|
|
|
|
width:'145px',
|
|
|
|
width:'145px',
|
|
|
|
}}>--</a> : record.classroom === "" ?
|
|
|
|
}}>--</a> : record.classroom === "" ?
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
color: '#9A9A9A',
|
|
|
|
color: '#9A9A9A',
|
|
|
@ -601,13 +602,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
width:'145px',
|
|
|
|
width:'145px',
|
|
|
|
}}>--</a>
|
|
|
|
}}>--</a>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
<a className=" font-14 maxnamewidth145"
|
|
|
|
title={record.classroom}
|
|
|
|
title={record.classroom}
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
color: '#9A9A9A',
|
|
|
|
color: '#9A9A9A',
|
|
|
|
textAlign: "center",
|
|
|
|
textAlign: "center",
|
|
|
|
width:'145px',
|
|
|
|
width:'145px',
|
|
|
|
}}>{record.classroom}</a>
|
|
|
|
}}>{record.classroom}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
),
|
|
|
|
),
|
|
|
@ -650,14 +651,14 @@ class Listofworksstudentone extends Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}>
|
|
|
|
}>
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":record.cost_time === "--"?"--":
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":record.cost_time === "--"?"--":
|
|
|
|
<span style={
|
|
|
|
<span style={
|
|
|
|
{
|
|
|
|
{
|
|
|
|
color: '#747A7F',
|
|
|
|
color: '#747A7F',
|
|
|
|
textAlign: "center",
|
|
|
|
textAlign: "center",
|
|
|
|
width:'145px',
|
|
|
|
width:'145px',
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>{record.cost_time === null ? "--":record.cost_time === undefined ?"--":record.cost_time}
|
|
|
|
}
|
|
|
|
|
|
|
|
>{record.cost_time === null ? "--":record.cost_time === undefined ?"--":record.cost_time}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -804,7 +805,6 @@ class Listofworksstudentone extends Component {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
orders: "",
|
|
|
|
|
|
|
|
b_order:"desc",
|
|
|
|
b_order:"desc",
|
|
|
|
allow_late:false,
|
|
|
|
allow_late:false,
|
|
|
|
checkedValuesine: undefined,
|
|
|
|
checkedValuesine: undefined,
|
|
|
@ -1816,7 +1816,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// console.log("554");
|
|
|
|
// console.log("554");
|
|
|
|
|
|
|
|
// console.log("Listofworksstudentone.js45666");
|
|
|
|
// console.log(columns2);
|
|
|
|
// console.log(columns2);
|
|
|
|
|
|
|
|
// console.log(columns3);
|
|
|
|
|
|
|
|
|
|
|
|
// console.log(arr);
|
|
|
|
// console.log(arr);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
data: datalist,
|
|
|
|
data: datalist,
|
|
|
@ -1889,7 +1892,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
if(item.title==="学号") {
|
|
|
|
if(item.title==="学号") {
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
arr.push(item);
|
|
|
|
arr2.push(item);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
if (this.state.work_efficiency === false) {
|
|
|
|
if (this.state.work_efficiency === false) {
|
|
|
@ -1898,11 +1901,11 @@ class Listofworksstudentone extends Component {
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
} else if (item.title === "效率分") {
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
arr.push(item);
|
|
|
|
arr2.push(item);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
arr.push(item);
|
|
|
|
arr2.push(item);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1970,7 +1973,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
// console.log("datalistdatalist文件");
|
|
|
|
// console.log("datalistdatalist文件");
|
|
|
|
// console.log(datalist);
|
|
|
|
// console.log(datalist);
|
|
|
|
// console.log("645");
|
|
|
|
// console.log("645");
|
|
|
|
|
|
|
|
// console.log("Listofworksstudentone12314.js");
|
|
|
|
// console.log(columns2);
|
|
|
|
// console.log(columns2);
|
|
|
|
|
|
|
|
// console.log(columns3);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
data: datalist,
|
|
|
|
data: datalist,
|
|
|
|
teacherlist: teacherlist,
|
|
|
|
teacherlist: teacherlist,
|
|
|
|