fix(UI自动化): 修复测试报告-高级搜索-触发方式下拉缺少定时任务
--bug=1018679 --user=刘瑶 【UI测试】测试报告-高级搜索-触发方式下拉缺少定时任务 https://www.tapd.cn/55049933/s/1272851
This commit is contained in:
parent
44bece59ce
commit
e297d1163c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue