fix(接口测试): 测试报告的列表筛选以及高级搜索中增加误报筛选
--story=1006589 --user=宋天阳 【接口测试】测试报告,高级搜索里“状态”的字段值增加“误报”(中信建投) https://www.tapd.cn/55049933/s/1124280
This commit is contained in:
parent
9a7aae74ff
commit
41d2707eae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue