forked from Gitlink/forgeplus-react
修改数据统计文案以及外网下载报名表文件id
This commit is contained in:
parent
5efeb93e9e
commit
80bd13a47f
|
@ -250,7 +250,7 @@ export default Form.create()((props) => {
|
|||
<Button type="primary" className="submit_info" onClick={checkInfo}>
|
||||
提交资料
|
||||
</Button>
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osredm.jk:81/api/attachments/1963' : `${current_main_site_url}/api/attachments/${window.location.host.indexOf("osredm")!== -1 ? "4122" : current_main_site_url.indexOf("49999") === -1 ? "3715" : "1896"}`}>
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osredm.jk:81/api/attachments/1963' : `${current_main_site_url}/api/attachments/${window.location.host.indexOf("osredm")!== -1 ? "4163" : current_main_site_url.indexOf("49999") === -1 ? "3715" : "1896"}`}>
|
||||
<Button className="add_member download ml20">下载报名表</Button>
|
||||
</a>
|
||||
</div>}
|
||||
|
|
|
@ -89,7 +89,7 @@ function Statistics({ showNotification, qzDetail }) {
|
|||
|
||||
{/* 外网 */}
|
||||
{!is_local && <div className="right-echart outside">
|
||||
<h3 className="type-name">综合赛区报名数</h3>
|
||||
<h3 className="type-name">地方分赛区报名数</h3>
|
||||
<EchartPie
|
||||
id="network"
|
||||
className="echart-box"
|
||||
|
|
Loading…
Reference in New Issue