fix(接口测试): 分享报告隐藏重试操作
--bug=1014748 --user=赵勇 【测试跟踪】测试跟踪-报告中 查看测试计划报告,分享后建议隐藏失败重跑,目前点击控制台报错 https://www.tapd.cn/55049933/s/1198220
This commit is contained in:
parent
9275013780
commit
8b84ec0ea2
|
@ -75,7 +75,7 @@ export default {
|
|||
};
|
||||
},
|
||||
created() {
|
||||
this.showRerunBtn = hasLicense();
|
||||
this.showRerunBtn = !this.isShare && hasLicense();
|
||||
},
|
||||
props: [
|
||||
'report', 'planId', 'isTemplate', 'isShare', 'shareId', 'isDb'
|
||||
|
|
Loading…
Reference in New Issue