fix(UI自动化): 测试报告-触发方式- 不能根据定时任务进行筛选

--bug=1020386 --user=张勇 【UI测试】测试报告-触发方式- 不能根据定时任务进行筛选 https://www.tapd.cn/55049933/s/1306819
This commit is contained in:
zhangyong 2022-11-28 18:30:33 +08:00 committed by zhangyongfit2cloud
parent 0793e08946
commit ef6459f9aa
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -2484,6 +2484,7 @@ export default {
trigger_mode: {
manual: "手动触发",
automation: "自动触发",
schedule: "定时任务",
},
overview: "概览",
testing_time: "测试时间",