feat(接口测试): 修复搜索条件缺少Success的bug

This commit is contained in:
q4speed 2020-09-17 18:21:11 +08:00
parent 2e2fdebe1e
commit 92d9db0d52
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ export const STATUS = {
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: "Completed", value: "Completed"}, {label: "Error", value: "Error"},
{label: "Success", value: "Success"}
],
props: { // 尾部控件的props一般为element ui控件的props
multiple: true