|
|
@ -115,6 +115,7 @@ class Listofworks extends Component {
|
|
|
|
key: 'name',
|
|
|
|
key: 'name',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className:'font-14',
|
|
|
|
className:'font-14',
|
|
|
|
|
|
|
|
width:'120px',
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.name}</span>
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.name}</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -139,7 +140,7 @@ class Listofworks extends Component {
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className:'font-14',
|
|
|
|
className:'font-14',
|
|
|
|
width:'288px',
|
|
|
|
width:"260px",
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.classroom}</span>
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.classroom}</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -239,9 +240,9 @@ class Listofworks extends Component {
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{color:"#9A9A9A"}}>
|
|
|
|
<span style={{color:"#9A9A9A"}}>
|
|
|
|
--
|
|
|
|
--
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<span style={parseInt(record.efficiencyscore) <= 60 ? {
|
|
|
|
<span style={parseInt(record.efficiencyscore) <= 60 ? {
|
|
|
@ -367,6 +368,7 @@ class Listofworks extends Component {
|
|
|
|
key: 'name',
|
|
|
|
key: 'name',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className:'font-14',
|
|
|
|
className:'font-14',
|
|
|
|
|
|
|
|
width:'120px',
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.name}</span>
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.name}</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -391,7 +393,7 @@ class Listofworks extends Component {
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
dataIndex: 'classroom',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
className:'font-14',
|
|
|
|
className:'font-14',
|
|
|
|
width:'288px',
|
|
|
|
width:"260px",
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.classroom}</span>
|
|
|
|
<span style={{"color": '#07111B', "text-align": "center"}}>{record.classroom}</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -491,9 +493,9 @@ class Listofworks extends Component {
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a style={{color:"#9A9A9A"}}>
|
|
|
|
<span style={{color:"#9A9A9A"}}>
|
|
|
|
--
|
|
|
|
--
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<span style={parseInt(record.efficiencyscore) <= 60 ? {
|
|
|
|
<span style={parseInt(record.efficiencyscore) <= 60 ? {
|
|
|
|