|
|
|
@ -369,9 +369,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
{
|
|
|
|
|
record.submitstate === "未提交" ?<span style={{ color: '#9A9A9A'}}>--</span>
|
|
|
|
|
:
|
|
|
|
|
<span style={{textAlign: "center"}}
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</span>
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|