diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue index ba8b22ad66..d7d708f651 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/TestPlanReportContent.vue @@ -258,7 +258,7 @@ export default { }, ui: { enable: true, - name: this.$t('test_track.report.analysis_api'), + name: this.$t('test_track.report.analysis_ui'), children: { result: { enable: true, @@ -268,10 +268,6 @@ export default { enable: true, name: this.$t('test_track.report.fail_case'), }, - errorReport: { - enable: true, - name: this.$t('error_report_library.option.name'), - }, unExecute: { enable: true, name: this.$t('api_test.home_page.detail_card.unexecute'),