|
|
|
@ -458,6 +458,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -810,6 +811,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|