|
|
@ -458,6 +458,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
className="color-blue"
|
|
|
|
className="color-blue"
|
|
|
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -810,6 +811,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
className="color-blue"
|
|
|
|
className="color-blue"
|
|
|
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1175,6 +1177,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a>
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -1505,6 +1508,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -2779,7 +2783,16 @@ class Listofworksstudentone extends Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 调分
|
|
|
|
// 调分
|
|
|
|
|
|
|
|
Viewstudenttraininginformationtysl2 = (e, data) => {
|
|
|
|
|
|
|
|
// console.log("Viewstudenttraininginformationtysl2");
|
|
|
|
|
|
|
|
// console.log("shubiao zhongjian ");
|
|
|
|
|
|
|
|
// console.log(e);
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
userids: data.myid,
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
// this.viewtrainingt(e.myid);
|
|
|
|
|
|
|
|
window.open(`/courses/${this.state.props.match.params.coursesId}/shixun_homeworks/${data.myid}/shixun_work_report`, '_blank');
|
|
|
|
|
|
|
|
}
|
|
|
|
// 查看学员实训信息
|
|
|
|
// 查看学员实训信息
|
|
|
|
Viewstudenttraininginformationt = (e) => {
|
|
|
|
Viewstudenttraininginformationt = (e) => {
|
|
|
|
// console.log("Viewstudenttraininginformation");
|
|
|
|
// console.log("Viewstudenttraininginformation");
|
|
|
|