From 9c704c84455f5e530dadff3b4197f265b4074140 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 2 Jun 2021 14:49:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96,=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20=E5=B9=B6?= =?UTF-8?q?=E8=A1=8C=E6=A8=A1=E5=BC=8F=E5=A2=9E=E5=8A=A0=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=B1=A0=E9=80=89=E9=A1=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automation/scenario/common/RunMode.vue | 28 ++++++++++++++++-- .../track/plan/common/PlanRunMode.vue | 29 ++++++++++++++++++- 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/common/RunMode.vue b/frontend/src/business/components/api/automation/scenario/common/RunMode.vue index 74159bdc9c..4eef6faf74 100644 --- a/frontend/src/business/components/api/automation/scenario/common/RunMode.vue +++ b/frontend/src/business/components/api/automation/scenario/common/RunMode.vue @@ -7,7 +7,7 @@ >
{{ $t("run_mode.title") }}: - + {{ $t("run_mode.serial") }} {{ $t("run_mode.parallel") }} @@ -39,8 +39,28 @@
- +
+ + + {{ $t("run_mode.other_config") }}: + + + + {{ $t('run_mode.run_with_resource_pool') }} + + + + + + + +
+
{{ $t("run_mode.report_name") }}:
{{ $t("run_mode.title") }}: - + {{ $t("run_mode.serial") }} {{ $t("run_mode.parallel") }} @@ -37,6 +37,28 @@
+
+ + + {{ $t("run_mode.other_config") }}: + + +
+ + {{ $t('run_mode.run_with_resource_pool') }} + + + + + +
+
+
+
@@ -69,6 +91,11 @@ export default { this.testType = testType; this.getResourcePools(); }, + changeMode() { + this.runConfig.onSampleError = false; + this.runConfig.runWithinResourcePool = false; + this.runConfig.resourcePoolId = null; + }, close() { this.runConfig = { mode: "serial",