From d52819d0d2a38f4b3ce94c0932c7dfcadf763e2b Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Wed, 26 Aug 2020 16:53:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TemplateComponent/TestResultComponent.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/report/TemplateComponent/TestResultComponent.vue b/frontend/src/business/components/track/plan/view/comonents/report/TemplateComponent/TestResultComponent.vue index 81423403d9..e9ae3ffaa2 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/TemplateComponent/TestResultComponent.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/TemplateComponent/TestResultComponent.vue @@ -11,37 +11,37 @@ + > + > + > + > + > + > + > + > @@ -59,7 +59,7 @@ + > From 9ae8305b2c189e584fd1d71975debc5a5b889488 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 26 Aug 2020 16:58:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=20chart=20ti?= =?UTF-8?q?tle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/api/report/components/MetricChart.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/report/components/MetricChart.vue b/frontend/src/business/components/api/report/components/MetricChart.vue index 175df91437..3643ca5e4e 100644 --- a/frontend/src/business/components/api/report/components/MetricChart.vue +++ b/frontend/src/business/components/api/report/components/MetricChart.vue @@ -106,7 +106,8 @@ export default { formatter: '{b}: {c} ({d}%)' }, title: [{ - text: '{value|' + this.content.total + '}\n{name|' + this.$t('api_report.request') + '}', + text: this.content.total, + subtext: this.$t('api_report.request'), top: 'center', left: 'center', textStyle: {