From 3514b2d39d40455a1737d93eef4617bdd6bb6519 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Thu, 28 Oct 2021 17:26:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=20=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=20--bug=3D1007559=20--user=3D=E8=B5=B5=E5=8B=87=20?= =?UTF-8?q?=E3=80=90=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E3=80=91=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E5=88=97=E8=A1=A8=EF=BC=8C=E6=9C=80=E5=90=8E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=AD=9B=E9=80=89=E4=B8=8B=E6=8B=89=E6=A1=86=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=B1=89=E5=8C=96=20https://www.tapd.cn/55049933/s/10?= =?UTF-8?q?61258?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/js/table-constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/common/js/table-constants.js b/frontend/src/common/js/table-constants.js index 4c7d4111bc..cc981ae104 100644 --- a/frontend/src/common/js/table-constants.js +++ b/frontend/src/common/js/table-constants.js @@ -82,8 +82,8 @@ export const API_SCENARIO_FILTERS = { {text: 'P3', value: 'P3'} ], RESULT_FILTERS: [ - {text: 'Fail', value: 'Fail'}, - {text: 'Success', value: 'Success'} + {text: i18n.t('api_test.automation.fail'), value: 'Fail'}, + {text: i18n.t('api_test.automation.success'), value: 'Success'} ], STATUS_FILTERS: [ {text: i18n.t('test_track.plan.plan_status_prepare'), value: 'Prepare'},