fix(UI自动化): 修复测试报告状态字段与列表不一致
--bug=1015130 --user=刘瑶 【UI测试】各页面高级搜索状态字段下拉选项和各页面列表状态字段下拉选项不一致 https://www.tapd.cn/55049933/s/1210824
This commit is contained in:
parent
a8fb2d1017
commit
99e24df9ee
|
@ -1 +1 @@
|
|||
Subproject commit 4a0c2d7ab2106f8ab20761461b082f80658e3484
|
||||
Subproject commit 3e34e4f69968987e9d8020421d16e9fb5cdb7075
|
|
@ -166,11 +166,12 @@ export const UI_REPORT_STATUS = {
|
|||
options: [OPERATORS.IN, OPERATORS.NOT_IN]
|
||||
},
|
||||
options: [
|
||||
{label: "Saved", value: "Saved"},
|
||||
{label: "Running", value: "Running"},
|
||||
{label: 'Stopped', value: 'stop'},
|
||||
{label: "Error", value: "Error"},
|
||||
{label: "Success", value: "Success"}
|
||||
{label: "Success", value: "Success"},
|
||||
{label: 'Stopped', value: 'stop'},
|
||||
{label: "NotExecute", value: "unexecute"},
|
||||
// {label: "Saved", value: "Saved"},
|
||||
],
|
||||
props: { // 尾部控件的props,一般为element ui控件的props
|
||||
multiple: true
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4dc70b23e64fcb66a11419268e6af9e6ae2bc2c4
|
||||
Subproject commit 298d8ad3fa5f305cb8c70dd01bc26aea01d2f099
|
Loading…
Reference in New Issue