|
|
|
@ -299,11 +299,11 @@ class College extends Component {
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{
|
|
|
|
|
record.id===1? <img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/1.png")}/>
|
|
|
|
|
record.id===1? <img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/1.png")}/>
|
|
|
|
|
:record.id===2?
|
|
|
|
|
<img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/2.png")}/>
|
|
|
|
|
<img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/2.png")}/>
|
|
|
|
|
:record.id===3?
|
|
|
|
|
<img width="18px" height="22px" className="mt8" src={getImageUrl("/images/educoder/competition/3.png")}/>
|
|
|
|
|
<img width="18px" height="22px" className="mt8" src={getImageUrl("images/educoder/competition/3.png")}/>
|
|
|
|
|
:record.id
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|