fix(UI自动化): 测试计划UI最终状态统一

--bug=1018249 --user=张大海 【测试跟踪】测试计划-UI用例列表-执行结果下拉选项和列表状态不一致 https://www.tapd.cn/55049933/s/1265231
This commit is contained in:
zhangdahai112 2022-10-17 22:19:52 +08:00 committed by jianxing
parent e9e4bc17e8
commit b350aaa281
1 changed files with 3 additions and 3 deletions

View File

@ -320,9 +320,9 @@ export default {
{text: 'P3', value: 'P3'}
],
RESULT_FILTERS: [
{text: i18n.t('api_test.automation.fail'), value: 'Fail'},
{text: i18n.t('api_test.automation.success'), value: 'Success'},
{text: i18n.t('api_test.home_page.detail_card.unexecute'), value: 'unexecute'},
{text: i18n.t('Error'), value: 'ERROR'},
{text: i18n.t('Success'), value: 'SUCCESS'},
{text: i18n.t('Pending'), value: 'PENDING'},
]
},
versionFilters: [],