From 9f86d1df9bc4e2d8ceb3154c12f7d5f33c99b329 Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Mon, 25 Jul 2022 13:33:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=20=E8=87=AA=E5=8A=A8=E5=8C=96):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A-=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89ui=E7=94=A8=E4=BE=8B=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015200 --user=张大海 【测试计划】测试报告-配置,没有ui用例统计分析 https://www.tapd.cn/55049933/s/1209553 --- .../view/comonents/report/detail/TestPlanReportContent.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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'),