forked from Gitlink/forgeplus-react
下载报名表链接+报名列表成员单位显示字段
This commit is contained in:
parent
4133b296f1
commit
b394081452
|
@ -106,7 +106,7 @@ export default Form.create()((props) => {
|
|||
callback();
|
||||
}
|
||||
}
|
||||
|
||||
console.log(current_main_site_url);
|
||||
return (
|
||||
<div className="qz_main">
|
||||
<div className="step">
|
||||
|
@ -218,7 +218,7 @@ export default Form.create()((props) => {
|
|||
<Button type="primary" className="submit_info" onClick={applySubmit}>
|
||||
提交资料
|
||||
</Button>
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osrem.jk:81/api/attachments/1963' : 'http://117.50.100.12:8080/attachments/download/1895/竞赛报名表.xlsx'}><Button className="add_member download ml20">
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osrem.jk:81/api/attachments/1963' : `${current_main_site_url}/api/attachments/${current_main_site_url.indexOf("49999") === -1 ? "3715" : "1896"}`}><Button className="add_member download ml20">
|
||||
下载报名表
|
||||
</Button></a>
|
||||
</div>}
|
||||
|
|
|
@ -177,7 +177,7 @@ function Introduce({history:{location:{pathname}},qzDetail }) {
|
|||
return <div className="row">
|
||||
<div>{index+1}</div>
|
||||
<div>{item.real_name}</div>
|
||||
<div className="job">{item.org_job}</div>
|
||||
<div className="job">{item.org_name}</div>
|
||||
</div>
|
||||
})}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue