From 8bf728e75e29bccee8f71bb23541e5a52a233259 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Thu, 16 Mar 2023 12:17:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=B4=E6=97=B6=E6=8A=A5=E5=91=8A=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=BF=90=E8=A1=8C=E6=A8=A1=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024501 --user=宋天阳 【测试跟踪】测试计划-查看临时报告-显示运行模式字段 https://www.tapd.cn/55049933/s/1351252 --- .../report/detail/TestPlanOverviewReport.vue | 2 +- .../plan/view/comonents/ui/UiRunMode.vue | 55 ++++++++++--------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanOverviewReport.vue b/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanOverviewReport.vue index 81e042d6d6..48901c4e5d 100644 --- a/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanOverviewReport.vue +++ b/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanOverviewReport.vue @@ -9,7 +9,7 @@ - + {{ runMode }} diff --git a/test-track/frontend/src/business/plan/view/comonents/ui/UiRunMode.vue b/test-track/frontend/src/business/plan/view/comonents/ui/UiRunMode.vue index 0cef6e3cf3..682df0f8d2 100644 --- a/test-track/frontend/src/business/plan/view/comonents/ui/UiRunMode.vue +++ b/test-track/frontend/src/business/plan/view/comonents/ui/UiRunMode.vue @@ -6,20 +6,20 @@ @close="close" :visible.sync="runModeVisible" > -
- +
{{ $t("commons.environment") }}:
-
@@ -73,7 +73,7 @@
{{ $t("run_mode.retry_message") }}
- +
{{ $t("run_mode.retry") }} @@ -111,13 +111,11 @@
- {{ - $t("run_mode.idd_report") - }} + {{ $t("run_mode.idd_report") }} - {{ - $t("run_mode.set_report") - }} + {{ $t("run_mode.set_report") }}
@@ -137,7 +135,7 @@
{{ $t("run_mode.retry_message") }}
- +
{{ $t("run_mode.retry") }} @@ -184,20 +182,24 @@