|
|
|
@ -1031,10 +1031,8 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{record.finalscore==="--"?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}
|
|
|
|
|
>--</span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue" target="_blank"
|
|
|
|
|
onClick={() => this.Adjustment(record.user_id)}>评阅</a>
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
@ -1229,8 +1227,8 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{record.finalscore==="--"?
|
|
|
|
|
<span style={{textAlign: "center", color: '#999999'}}
|
|
|
|
|
>--</span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue" target="_blank"
|
|
|
|
|
onClick={() => this.Adjustment(record.user_id)}>评阅</a>
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
target="_blank"
|
|
|
|
|