fix(接口测试): 测试报告的列表筛选以及高级搜索中增加误报筛选
--story=1006589 --user=宋天阳 【接口测试】测试报告,高级搜索里“状态”的字段值增加“误报”(中信建投) https://www.tapd.cn/55049933/s/1124280
This commit is contained in:
parent
0ac8e7f018
commit
044d2d189d
|
@ -116,6 +116,7 @@ export const STATUS = {
|
||||||
{label: "Saved", value: "Saved"}, {label: "Starting", value: "Starting"},
|
{label: "Saved", value: "Saved"}, {label: "Starting", value: "Starting"},
|
||||||
{label: "Running", value: "Running"}, {label: "Reporting", value: "Reporting"},
|
{label: "Running", value: "Running"}, {label: "Reporting", value: "Reporting"},
|
||||||
{label: "Completed", value: "Completed"}, {label: "Error", value: "Error"},
|
{label: "Completed", value: "Completed"}, {label: "Error", value: "Error"},
|
||||||
|
{label: "error_report_library.option.name", value: "errorReportResult"},
|
||||||
{label: "Success", value: "Success"}
|
{label: "Success", value: "Success"}
|
||||||
],
|
],
|
||||||
props: { // 尾部控件的props,一般为element ui控件的props
|
props: { // 尾部控件的props,一般为element ui控件的props
|
||||||
|
|
Loading…
Reference in New Issue