|
|
|
@ -458,7 +458,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -811,7 +811,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
:
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1177,7 +1177,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
@ -1508,7 +1508,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e, record) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|