diff --git a/frontend/src/business/components/track/plan/common/PlanRunMode.vue b/frontend/src/business/components/track/plan/common/PlanRunMode.vue
index 8dbcb24941..601643542e 100644
--- a/frontend/src/business/components/track/plan/common/PlanRunMode.vue
+++ b/frontend/src/business/components/track/plan/common/PlanRunMode.vue
@@ -12,54 +12,6 @@
{{ $t("run_mode.parallel") }}
-
-
-
- {{ $t("run_mode.other_config") }}:
-
-
-
- 失败停止
-
-
-
- {{ $t('run_mode.run_with_resource_pool') }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t("run_mode.other_config") }}:
-
-
-
-
- {{ $t('run_mode.run_with_resource_pool') }}
-
-
-
-
-
-
-
-
-
@@ -86,9 +38,9 @@ export default {
},
};
},
- watch:{
- 'runConfig.runWithinResourcePool'(){
- if(!this.runConfig.runWithinResourcePool){
+ watch: {
+ 'runConfig.runWithinResourcePool'() {
+ if (!this.runConfig.runWithinResourcePool) {
this.runConfig = {
mode: this.runConfig.mode,
reportType: "iddReport",