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: { 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 @@ + >