新版学院统计调整

chromesetting
杨树林 5 years ago
parent 074fce56f7
commit 66d3ad0356

@ -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>

Loading…
Cancel
Save