From 724db7acd6341438d9edf8537a43e681dfc8f8cb Mon Sep 17 00:00:00 2001 From: limin-fit2 Date: Tue, 15 Feb 2022 14:17:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E5=B1=95=E5=BC=80/=E6=94=B6=E8=B5=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/report/ApiReportDetail.vue | 3 +- .../report/components/RequestResult.vue | 12 ++-- .../report/components/ScenarioResult.vue | 13 ++++- .../report/components/ScenarioResults.vue | 58 ++++++++++++++++++- 4 files changed, 76 insertions(+), 10 deletions(-) diff --git a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue index 187582fb0b..7d298f4128 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue @@ -19,7 +19,8 @@ {{ $t('api_report.fail') }} + :treeData="fullTreeNodes" ref="failsTree" + :errorReport="content.error"/>