From b8b15fbe32f1d3e1e585050710ef61da0e117ddd Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 4 Jul 2022 16:47:31 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014530 --user=王孝刚 【测试跟踪】测试计划其他配置的顺序参考原型;失败重试重试默认1次 https://www.tapd.cn/55049933/s/1194258 --- .../plan/components/ScheduleMaintain.vue | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue b/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue index 980269a659..e3eea362d1 100644 --- a/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue +++ b/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue @@ -59,20 +59,17 @@ {{ $t("run_mode.other_config") }}: - - {{ $t("api_test.fail_to_stop") }} - - + {{ $t('run_mode.run_with_resource_pool') }} + v-for="item in resourcePools" + :key="item.id" + :label="item.name" + :value="item.id"> @@ -130,7 +127,15 @@ - + + + + + {{ $t("api_test.fail_to_stop") }} + + + + @@ -538,7 +543,12 @@ export default { left: -42px; padding-top: 0px; } + .ms-failure-div-right { padding-right: 10px; } + +.ms-failure-div { + margin-top: 10px; +}