From e297d1163c7167e23d674d345d2bbc2ff248a71f Mon Sep 17 00:00:00 2001 From: "nathan.liu" Date: Sun, 23 Oct 2022 02:34:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A-=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E6=90=9C=E7=B4=A2-=E8=A7=A6=E5=8F=91=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E6=8B=89=E7=BC=BA=E5=B0=91=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018679 --user=刘瑶 【UI测试】测试报告-高级搜索-触发方式下拉缺少定时任务 https://www.tapd.cn/55049933/s/1272851 --- .../frontend/src/components/search/search-components.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/search/search-components.js b/framework/sdk-parent/frontend/src/components/search/search-components.js index b8ce6a63f6..e6d9f17ba0 100644 --- a/framework/sdk-parent/frontend/src/components/search/search-components.js +++ b/framework/sdk-parent/frontend/src/components/search/search-components.js @@ -429,7 +429,8 @@ export const UI_TRIGGER_MODE = { }, options: [ {label: "commons.trigger_mode.manual", value: "MANUAL"}, - {label: "api_test.automation.batch_execute", value: 'BATCH'} + {label: "api_test.automation.batch_execute", value: 'BATCH'}, + {label: 'commons.trigger_mode.schedule', value: 'SCHEDULE'}, ], props: { multiple: true