fix(UI自动化): 去除测试报告-高级搜索-触发方式的多余选项
This commit is contained in:
parent
5489072ed4
commit
f39a1277e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue