fix(接口测试): 分享报告隐藏重试操作

--bug=1014748 --user=赵勇 【测试跟踪】测试跟踪-报告中 查看测试计划报告,分享后建议隐藏失败重跑,目前点击控制台报错 https://www.tapd.cn/55049933/s/1198220
This commit is contained in:
fit2-zhao 2022-07-08 18:53:35 +08:00 committed by f2c-ci-robot[bot]
parent 9275013780
commit 8b84ec0ea2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default {
};
},
created() {
this.showRerunBtn = hasLicense();
this.showRerunBtn = !this.isShare && hasLicense();
},
props: [
'report', 'planId', 'isTemplate', 'isShare', 'shareId', 'isDb'