fix(UI自动化): 测试报告-触发方式- 不能根据定时任务进行筛选
--bug=1020386 --user=张勇 【UI测试】测试报告-触发方式- 不能根据定时任务进行筛选 https://www.tapd.cn/55049933/s/1306819
This commit is contained in:
parent
0793e08946
commit
ef6459f9aa
|
@ -386,6 +386,7 @@ export const UI_TRIGGER_MODE = {
|
|||
},
|
||||
options: [
|
||||
{label: 'test_track.report.trigger_mode.manual', value: 'manual'},
|
||||
{label: 'test_track.report.trigger_mode.schedule', value: 'SCHEDULE'},
|
||||
],
|
||||
props: {
|
||||
multiple: true
|
||||
|
|
|
@ -2484,6 +2484,7 @@ export default {
|
|||
trigger_mode: {
|
||||
manual: "手动触发",
|
||||
automation: "自动触发",
|
||||
schedule: "定时任务",
|
||||
},
|
||||
overview: "概览",
|
||||
testing_time: "测试时间",
|
||||
|
|
Loading…
Reference in New Issue