|
|
|
@ -502,7 +502,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformation(record)}
|
|
|
|
|
>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
@ -897,7 +898,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<a style={{textAlign: "center"}}
|
|
|
|
|
className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformation(record)}
|
|
|
|
|
>{record.operating}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
@ -1295,11 +1297,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
record.submitstate === "未开启" ?
|
|
|
|
|
<a style={{textAlign: "center",width: '40px'}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.has_comment===true?"详情":"评阅 "}</a> :
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅 "}</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue maxnamewidth120"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.has_comment===true?"详情":"评阅 "}</a>
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅 "}</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -1657,11 +1661,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
record.submitstate === "未开启" ?
|
|
|
|
|
<a style={{textAlign: "center",width: '40px'}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.has_comment===true?"详情":"评阅"}</a> :
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅"}</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.has_comment===true?"详情":"评阅"}</a>
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅"}</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|