竞赛评审列表表结构更改,导入专家模板变更
This commit is contained in:
parent
6fc87e2ae3
commit
b5fbde51af
|
@ -95,16 +95,13 @@ function Competition(props){
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "开始时间",
|
title: "比赛时间",
|
||||||
dataIndex: "start_time",
|
dataIndex: "start_time",
|
||||||
key: "startTime",
|
key: "time",
|
||||||
align: "center",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "截止时间",
|
|
||||||
dataIndex: "end_time",
|
|
||||||
key: "endTime",
|
|
||||||
align: "center",
|
align: "center",
|
||||||
|
render:(text, record)=>{
|
||||||
|
return text +' ~ '+ record.end_time;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "报名人数",
|
title: "报名人数",
|
||||||
|
|
|
@ -393,7 +393,7 @@ function RegisterList({ showNotification }) {
|
||||||
>
|
>
|
||||||
<button className="but41_fill">导入</button>
|
<button className="but41_fill">导入</button>
|
||||||
</Upload>
|
</Upload>
|
||||||
<p className="link" onClick={() => { window.open(httpUrl + '/busiAttachments/download/134') }}>专家注册表模板.xlsx</p>
|
<p className="link" onClick={() => { window.open(`${httpUrl}/busiAttachments/download/${window.location.host.indexOf('osredm') === -1 ? '171' : '137'}`) }}>专家注册表模板.xlsx</p>
|
||||||
<p className='hint'>提示:只能在导入模版上增减数据,才能导入成功!</p>
|
<p className='hint'>提示:只能在导入模版上增减数据,才能导入成功!</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
</div>)
|
</div>)
|
||||||
|
|
Loading…
Reference in New Issue