From 30c2b2e8db7c11160376c31050fc45d9c4060ab1 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 24 Aug 2021 19:03:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/detail/TestPlanApiReport.vue | 2 +- .../detail/TestPlanFunctionalReport.vue | 2 +- .../report/detail/TestPlanLoadReport.vue | 2 +- .../report/detail/TestPlanOverviewReport.vue | 11 +- .../report/detail/TestPlanReportContent.vue | 4 + .../detail/TestPlanReportNavigationBar.vue | 113 ++++++++++++++++++ .../report/detail/TestPlanSummaryReport.vue | 2 +- .../report/components/TestPlanDbReport.vue | 24 ++-- .../components/TestPlanReportReview.vue | 24 ++-- 9 files changed, 154 insertions(+), 30 deletions(-) create mode 100644 frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportNavigationBar.vue diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanApiReport.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanApiReport.vue index d5f5ff3485..8a196e9487 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanApiReport.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanApiReport.vue @@ -1,5 +1,5 @@