|
|
|
@ -1172,7 +1172,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: '#9A9A9A'}} onClick={() => this.Viewstudenttraininginformations()}>调分</span> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a>
|
|
|
|
@ -1502,7 +1503,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
record.submitstate === "未提交" ? <span style={{color: '#9A9A9A'}}>--</span> :
|
|
|
|
|
record.submitstate === "未提交" ?
|
|
|
|
|
<span style={{color: '#9A9A9A'}} onClick={() => this.Viewstudenttraininginformations()}>调分</span> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a>
|
|
|
|
|