From 3389925e9e90f32c96a0e1984514eac038709f5e Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 14 Mar 2022 19:31:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor=20(=E6=8E=A5=E5=8F=A3=E6=B5=8B?= =?UTF-8?q?=E8=AF=95):=20=E6=8A=A5=E5=91=8A=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8E=BB=E9=99=A4=E7=94=A8=E4=BE=8B=E9=9B=86=E5=90=88?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=B1=95=E7=A4=BA=E7=9A=84=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1006186 --user=赵勇 接口case 的集合报告不展示场景的统计 https://www.tapd.cn/55049933/s/1117551 --- .../components/api/automation/report/ApiReportDetail.vue | 2 +- .../api/automation/report/components/MetricChart.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue index 2fa37f1b88..d7d0f642ca 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue @@ -7,7 +7,7 @@ :debug="debug" :report="report" @reportExport="handleExport" @reportSave="handleSave"/>
- +
diff --git a/frontend/src/business/components/api/automation/report/components/MetricChart.vue b/frontend/src/business/components/api/automation/report/components/MetricChart.vue index ec1855823e..b89dbb3946 100644 --- a/frontend/src/business/components/api/automation/report/components/MetricChart.vue +++ b/frontend/src/business/components/api/automation/report/components/MetricChart.vue @@ -48,7 +48,7 @@
- +
{{ content.scenarioTotal ? content.scenarioTotal : 0}}
{{ $t('api_test.scenario.scenario') }}
@@ -69,7 +69,7 @@
{{ $t('error_report_library.option.name') }}
- +
@@ -131,6 +131,7 @@ name: "MsMetricChart", components: {MsChart}, props: { + report: Object, content: Object, totalTime: Number, isExport:{