fix(UI自动化): 去除测试报告-高级搜索-触发方式的多余选项

This commit is contained in:
nathan.liu 2022-04-08 16:49:51 +08:00 committed by 刘瑞斌
parent 5489072ed4
commit f39a1277e8
1 changed files with 2 additions and 2 deletions

View File

@ -319,8 +319,8 @@ export const TRIGGER_MODE = {
},
options: [
{label: "commons.trigger_mode.manual", value: "MANUAL"},
{label: "commons.trigger_mode.schedule", value: "SCHEDULE"},
{label: "commons.trigger_mode.api", value: "API"}
// {label: "commons.trigger_mode.schedule", value: "SCHEDULE"},
// {label: "commons.trigger_mode.api", value: "API"}
],
props: {
multiple: true