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 @@