Commit 0426de6f by zhaochengxiang

bug fix

parent 93419754
......@@ -70,7 +70,7 @@ const AssetDetailPage = (props)=>{
return(
<div className='asset-detail position-relative'>
<div className='detail-header'>
<span style={{ fontSize: 16, fontWeight: 'bold', color: '#000' }}>{isDraft?'资产目录草稿详情':'资产目录详情'}</span>
<span style={{ fontSize: 16, fontWeight: 'bold', color: '#000' }}>{(isDraft==='true')?'资产目录草稿详情':'资产目录详情'}</span>
</div>
<Spin spinning={loading}>
<div className='detail-container'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment