fix(接口测试): 筛选条件国际化
--bug=1007559 --user=赵勇 【接口测试】场景列表,最后结果筛选下拉框没有汉化 https://www.tapd.cn/55049933/s/1061258
This commit is contained in:
parent
d229998785
commit
8579d8dd4a
|
@ -82,8 +82,8 @@ export const API_SCENARIO_FILTERS = {
|
||||||
{text: 'P3', value: 'P3'}
|
{text: 'P3', value: 'P3'}
|
||||||
],
|
],
|
||||||
RESULT_FILTERS: [
|
RESULT_FILTERS: [
|
||||||
{text: 'Fail', value: 'Fail'},
|
{text: i18n.t('api_test.automation.fail'), value: 'Fail'},
|
||||||
{text: 'Success', value: 'Success'}
|
{text: i18n.t('api_test.automation.success'), value: 'Success'}
|
||||||
],
|
],
|
||||||
STATUS_FILTERS: [
|
STATUS_FILTERS: [
|
||||||
{text: i18n.t('test_track.plan.plan_status_prepare'), value: 'Prepare'},
|
{text: i18n.t('test_track.plan.plan_status_prepare'), value: 'Prepare'},
|
||||||
|
|
Loading…
Reference in New Issue