|
|
|
@ -351,7 +351,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
{data&&data.attachments.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<div className={"newForm newFormbox mt10 "}>
|
|
|
|
|
<i className="color-green iconfont icon-fujian mr5 fl font-14 mt4"></i>
|
|
|
|
|
<i className="color-green iconfont icon-fujian mr5 fl font-14 mt3"></i>
|
|
|
|
|
<a className="upload_filename color-grey readonly hidden fl mtf3 mr10 ml5" href={item.url}>{item.title} {bytesToSize(item.filesize)}</a>
|
|
|
|
|
</div>
|
|
|
|
|
)})}
|
|
|
|
|