|
|
|
@ -26,6 +26,7 @@ import '../css/members.css';
|
|
|
|
|
import '../css/busyWork.css';
|
|
|
|
|
import '../poll/pollStyle.css';
|
|
|
|
|
import './Challenges.css';
|
|
|
|
|
|
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
|
import TraineetraininginformationModal from "./TraineetraininginformationModal";
|
|
|
|
|
import DownloadMessageysl from '../../modals/DownloadMessageysl';
|
|
|
|
@ -952,9 +953,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
key: 'classroom',
|
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
className: 'font-14 maxnamewidth120',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
<span className="maxnamewidth120">
|
|
|
|
|
{record.classroom === undefined ? <span className="ysltable" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
@ -963,7 +964,8 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--</span> : record.classroom === null ?
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>}
|
|
|
|
|
<a className="ysltable maxnamewidth120" title={record.classroom}
|
|
|
|
|
style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</a>}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
@ -1218,7 +1220,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
|
|
|
|
|
<span>
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue"
|
|
|
|
|
<a style={{textAlign: "center"}} className="color-blue maxnamewidth120"
|
|
|
|
|
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
|
|
|
|
|
onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a>
|
|
|
|
|
</span>
|
|
|
|
@ -1299,9 +1301,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
key: 'classroom',
|
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: 'font-14',
|
|
|
|
|
className: 'font-14 maxnamewidth120',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
<span className="maxnamewidth120">
|
|
|
|
|
{record.classroom === undefined ? <span className="ysltable" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
@ -1309,8 +1311,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
}}>--</span> : record.classroom === null ?
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<span className="ysltable" style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>}
|
|
|
|
|
<span className="ysltable " style={{color: '#07111B', textAlign: "center"}}>--</span> :
|
|
|
|
|
<a className="ysltable maxnamewidth120" title={record.classroom}
|
|
|
|
|
style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</a>}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|