|
|
|
@ -1031,9 +1031,10 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{record.finalscore==="--"?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
|
onClick={() => this.Adjustment(record.user_id)}>评阅</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}
|
|
|
|
|
>--</span>
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
@ -1228,9 +1229,8 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{record.finalscore==="--"?
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
|
onClick={() => this.Adjustment(record.user_id)}>评阅</a>
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}
|
|
|
|
|
>--</span>
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
@ -1248,6 +1248,12 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
objective_score: 0,
|
|
|
|
|
subjective_score: 0,
|
|
|
|
|
}
|
|
|
|
|
{/*<a style={{textAlign: "center"}} className="color-blue"*/
|
|
|
|
|
}
|
|
|
|
|
{/* target="_blank"*/
|
|
|
|
|
}
|
|
|
|
|
{/* onClick={() => this.Adjustment(record.user_id)}>评阅</a>*/
|
|
|
|
|
}
|
|
|
|
|
// //console.log("Studentshavecompletedthelist");
|
|
|
|
|
// //console.log(props.current_status);
|
|
|
|
|
// columnsys 老师列表
|
|
|
|
|