fix(接口测试): 筛选条件国际化
--bug=1007559 --user=赵勇 【接口测试】场景列表,最后结果筛选下拉框没有汉化 https://www.tapd.cn/55049933/s/1061258
This commit is contained in:
parent
02bc287b17
commit
3514b2d39d
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue