fix(UI自动化): 修复测试报告-高级搜索-触发方式下拉缺少定时任务

--bug=1018679 --user=刘瑶 【UI测试】测试报告-高级搜索-触发方式下拉缺少定时任务 https://www.tapd.cn/55049933/s/1272851
This commit is contained in:
nathan.liu 2022-10-23 02:34:01 +08:00 committed by nathanliu2022
parent 44bece59ce
commit e297d1163c
1 changed files with 2 additions and 1 deletions

View File

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