新版学院统计调整

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

@ -299,11 +299,11 @@ class College extends Component {
render: (text, record) => ( render: (text, record) => (
<span> <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? :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? :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 :record.id
} }
</span> </span>

Loading…
Cancel
Save