fix(UI自动化): 修复测试报告状态字段与列表不一致
--bug=1015130 --user=刘瑶 【UI测试】各页面高级搜索状态字段下拉选项和各页面列表状态字段下拉选项不一致 https://www.tapd.cn/55049933/s/1210824
This commit is contained in:
parent
4dc3af4e06
commit
d2b1777d64
|
@ -1 +1 @@
|
|||
Subproject commit 6b80e2806a803ccccc23ac70bd47b6f4fac1b10e
|
||||
Subproject commit 3e34e4f69968987e9d8020421d16e9fb5cdb7075
|
|
@ -132,11 +132,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 4999a9daa50ea7744cda1cb8c9e455f6415f3eda
|
||||
Subproject commit 298d8ad3fa5f305cb8c70dd01bc26aea01d2f099
|
Loading…
Reference in New Issue