Merge pull request '临时更新:重睛鸟-隐藏下载报告' (#811) from gitlink_ssr_head into pre_gitlink_ssr
This commit is contained in:
commit
6ec11beeb8
|
|
@ -252,7 +252,7 @@ class CoderRootFileDetail extends Component {
|
|||
filepath: returnbar(path.substr(1)),
|
||||
base64_filepath:Base64.encode(returnbar(path.substr(1))),
|
||||
branch: returnbar(branchName),
|
||||
content:Base64.encode(e.fileContent),
|
||||
content:e.fileContent,
|
||||
message: msg,
|
||||
delete_file:{
|
||||
filepath: detail.path,
|
||||
|
|
|
|||
|
|
@ -227,12 +227,12 @@ function Data(props) {
|
|||
:
|
||||
<a onClick={() => { lookResult(e.task_id) }}>查看<i className={`iconfont ${openResultTaskId === e.task_id ? 'icon-sanjiaoxing-up' : 'icon-sanjiaoxing-down'}`}></i></a>
|
||||
}
|
||||
{
|
||||
{/* {
|
||||
(e.detect_status === "fail" || e.detect_status === "detecting" || e.detect_status === "waiting" || (e.detect_status=="detected"&& e.is_reported=="0")) ?
|
||||
<span>下载报告</span>
|
||||
:
|
||||
<a onClick={() => handleDownExcel(e.task_id)}>下载报告</a>
|
||||
}
|
||||
} */}
|
||||
</div>
|
||||
</span>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue