fix(接口测试): 测试报告的列表筛选以及高级搜索中增加误报筛选

--story=1006589 --user=宋天阳 【接口测试】测试报告,高级搜索里“状态”的字段值增加“误报”(中信建投)
https://www.tapd.cn/55049933/s/1124280
This commit is contained in:
song-tianyang 2022-03-23 15:16:38 +08:00 committed by CountryBuilder
parent 9a7aae74ff
commit 41d2707eae
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ export const STATUS = {
{label: "Saved", value: "Saved"}, {label: "Starting", value: "Starting"},
{label: "Running", value: "Running"}, {label: "Reporting", value: "Reporting"},
{label: "Completed", value: "Completed"}, {label: "Error", value: "Error"},
{label: "error_report_library.option.name", value: "errorReportResult"},
{label: "Success", value: "Success"}
],
props: { // 尾部控件的props一般为element ui控件的props