From b350aaa281b7171f653ca4982034f89b3333aaf2 Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Mon, 17 Oct 2022 22:19:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=AE=A1=E5=88=92UI=E6=9C=80=E7=BB=88=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018249 --user=张大海 【测试跟踪】测试计划-UI用例列表-执行结果下拉选项和列表状态不一致 https://www.tapd.cn/55049933/s/1265231 --- .../plan/view/comonents/ui/TestPlanUiScenarioList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue b/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue index 8d8de7709f..8b996b92d2 100644 --- a/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue +++ b/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue @@ -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: [],