fix(接口定义): 修复场景报告列表高级搜索状态与列表不符合的缺陷

--bug=1015407 --user=王孝刚 【接口测试】测试报告-场景/用例列表-高级搜索-下拉状态选项和列表中状态下拉字段选项不一致
https://www.tapd.cn/55049933/s/1212640
This commit is contained in:
wxg0103 2022-07-26 18:29:45 +08:00 committed by jianxing
parent a2d4cca410
commit 71d7cc5ee2

View File

@ -147,11 +147,13 @@ export const STATUS = {
options: [OPERATORS.IN, OPERATORS.NOT_IN]
},
options: [
{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"}
{label: 'Running', value: 'Running'},
{label: 'Success', value: 'Success'},
{label: 'Stopped', value: 'stop'},
{label: 'NotExecute', value: 'unexecute'},
{label: 'Error', value: 'Error'},
{label: "FakeError", value: 'errorReportResult'},
{label: 'Rerunning', value: 'Rerunning'},
],
props: { // 尾部控件的props一般为element ui控件的props
multiple: true