|
|
|
@ -1061,14 +1061,14 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}>
|
|
|
|
|
{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time === "--" ? "--" :
|
|
|
|
|
|
|
|
|
|
<a style={
|
|
|
|
|
<span style={
|
|
|
|
|
{
|
|
|
|
|
color: '#747A7F',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
>{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time}
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
// <a style={
|
|
|
|
@ -1300,7 +1300,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅 "}</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue maxnamewidth120"
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
// onClick={() => this.Viewstudenttraininginformationt(record)}
|
|
|
|
|
>{record.has_comment===true?"详情":"评阅 "}</a>
|
|
|
|
@ -1446,14 +1446,14 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
}>
|
|
|
|
|
{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time === "--" ? "--" :
|
|
|
|
|
<a style={
|
|
|
|
|
<span style={
|
|
|
|
|
{
|
|
|
|
|
color: '#747A7F',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
>{record.cost_time === null ? "--" : record.cost_time === undefined ? "--" : record.cost_time}
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|