fix(接口测试): 筛选条件国际化

--bug=1007559 --user=赵勇 【接口测试】场景列表,最后结果筛选下拉框没有汉化 https://www.tapd.cn/55049933/s/1061258
This commit is contained in:
fit2-zhao 2021-10-28 17:26:15 +08:00 committed by fit2-zhao
parent 02bc287b17
commit 3514b2d39d
1 changed files with 2 additions and 2 deletions

View File

@ -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'},