Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_cs
hjm 5 years ago
commit affdc0ce20

@ -457,6 +457,7 @@ class Listofworksstudentone extends Component {
), ),
}, },
], ],
orders: "",
columnsstu2: [ columnsstu2: [
{ {
title: '序号', title: '序号',
@ -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,

@ -121,7 +121,7 @@ class TPMRightSection extends Component {
<div className="padding20 edu-back-white mb10 mt10" style={{ <div className="padding20 edu-back-white mb10 mt10" style={{
display: TPMRightSectionData === undefined?"none":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "none" : "block" display: TPMRightSectionData === undefined?"none":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "none" : "block"
}}> }}>
<p className="mb20 font-16 clearfix">相关实践课程</p> <p className="mb20 font-16 clearfix">所属课程</p>
<div className="recommend-list" > <div className="recommend-list" >
{ {
TPMRightSectionData===undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.map((i,k)=>{ TPMRightSectionData===undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.map((i,k)=>{
@ -161,6 +161,7 @@ class TPMRightSection extends Component {
</div> </div>
</div> </div>
{TPMRightSectionData === undefined?"":TPMRightSectionData.paths===undefined?"":TPMRightSectionData.paths.length === 0 ? "" :
<div className="padding20 edu-back-white" <div className="padding20 edu-back-white"
style={{ style={{
display: display:
@ -190,7 +191,7 @@ class TPMRightSection extends Component {
}) })
} }
</div> </div>
</div> </div> }
</div> </div>
} }

Loading…
Cancel
Save