From 95da7d7bd3f6cee780c84fcbed8d91a1277f2624 Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Mon, 25 Jul 2022 20:16:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=20=E8=87=AA=E5=8A=A8=E5=8C=96):=20ui?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E5=B1=8F=E8=94=BD=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015313 --user=张大海 【测试跟踪】测试计划报告-ui用例统计分析,先屏蔽掉“失败重跑” https://www.tapd.cn/55049933/s/1211128 --- .../plan/view/comonents/report/detail/TestPlanUiReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'