|
|
|
@ -1175,9 +1175,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: "#9A9A9A"}}>
|
|
|
|
|
--
|
|
|
|
|
</span> :
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
@ -1509,13 +1509,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: "#9A9A9A"}}>
|
|
|
|
|
--
|
|
|
|
|
</span> :
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a>
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|