资源库数量显示错误

This commit is contained in:
caishi 2021-04-13 11:13:39 +08:00
parent 832b18e7f5
commit b601582d15
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function Index(props){
/>
<div className="headtitle">
<FlexAJ>
<span className="font-18">资源库(18)</span>
<span className="font-18">资源库{total ? <span>({total})</span>:""}</span>
{ current_user && current_user.login && (props.projectDetail && props.projectDetail.permission) ?
<Blueback onClick={()=>{setId(undefined);setVisible(true);}}>上传资源</Blueback>:""
}