diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanUiReport.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanUiReport.vue index ac4953fd8b..0d5998bedd 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanUiReport.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanUiReport.vue @@ -60,11 +60,11 @@ export default { errorReportSize: 0, unExecuteSize: 0, allSize: 0, - showRerunBtn: true, + showRerunBtn: false, }; }, created() { - this.showRerunBtn = !this.isShare && hasLicense(); + // this.showRerunBtn = !this.isShare && hasLicense(); }, props: [ 'report', 'planId', 'isTemplate', 'isShare', 'shareId', 'isDb'