|
|
@ -428,7 +428,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
textAlign: "center",
|
|
|
|
textAlign: "center",
|
|
|
|
width:'255px',
|
|
|
|
width:'255px',
|
|
|
|
}}>--</span>:
|
|
|
|
}}>--</span>:
|
|
|
|
<a className="maxnamewidth255" tyle={{
|
|
|
|
<a className="maxnamewidth255" style={{
|
|
|
|
color: '#07111B',
|
|
|
|
color: '#07111B',
|
|
|
|
textAlign: "center",
|
|
|
|
textAlign: "center",
|
|
|
|
width:'255px',
|
|
|
|
width:'255px',
|
|
|
@ -661,7 +661,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
key: 'classroom',
|
|
|
|
key: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className: "edu-txt-center font-14",
|
|
|
|
className: "edu-txt-center font-14 maxnamewidth260",
|
|
|
|
width:"260px",
|
|
|
|
width:"260px",
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
@ -669,15 +669,15 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
<span style={{
|
|
|
|
<span style={{
|
|
|
|
color: '#999999',
|
|
|
|
color: '#999999',
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}}>--</span> : record.classroom === "" ?
|
|
|
|
}} className="maxnamewidth260">--</span> : record.classroom === "" ?
|
|
|
|
<span style={{
|
|
|
|
<span style={{
|
|
|
|
color: '#999999',
|
|
|
|
color: '#999999',
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}}>--</span> :
|
|
|
|
}} className="maxnamewidth260">--</span> :
|
|
|
|
<span style={{
|
|
|
|
<span style={{
|
|
|
|
color: '#07111B',
|
|
|
|
color: '#07111B',
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}}>{record.classroom}</span>
|
|
|
|
}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -904,14 +904,14 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
key: 'classroom',
|
|
|
|
key: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className: "edu-txt-center font-14",
|
|
|
|
className: "edu-txt-center font-14 maxnamewidth260",
|
|
|
|
width:'260px',
|
|
|
|
width:'260px',
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
{record.classroom==="--"?
|
|
|
|
{record.classroom==="--"?
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}}>{record.classroom}</span>
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<span style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>
|
|
|
|
<a style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260" title={record.classroom}>{record.classroom}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -1100,14 +1100,14 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
key: 'classroom',
|
|
|
|
key: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className: "edu-txt-center font-14",
|
|
|
|
className: "edu-txt-center font-14 maxnamewidth260 ",
|
|
|
|
width:'260px',
|
|
|
|
width:'260px',
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
{record.classroom==="--"?
|
|
|
|
{record.classroom==="--"?
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}}>{record.classroom}</span>
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<span style={{color: '#07111B', textAlign: "center"}}>{record.classroom}</span>
|
|
|
|
<a style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260" title={record.classroom}>{record.classroom}</a>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
|