|
|
|
@ -603,9 +603,12 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
record.submitstate === "未提交"||record.commit_method===5?
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}>--</span>
|
|
|
|
|
:record.submitstate === "已提交"?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>查看</a>
|
|
|
|
|
record.score_open===null||record.score_open===undefined?"":
|
|
|
|
|
record.score_open===true?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
|
href={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/users/${record.myid}`}>查看</a>
|
|
|
|
|
:""
|
|
|
|
|
:
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}>--</span>
|
|
|
|
|
}
|
|
|
|
|