fix: i18n

This commit is contained in:
shiziyuan9527 2021-08-19 16:09:42 +08:00 committed by 刘瑞斌
parent 5782702372
commit db10190ce6
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'name', key: '2', label: 'api_test.automation.scenario_name'},
{id: 'level', key: '3', label: 'api_test.automation.case_level'},
{id: 'tagNames', key: '4', label: 'api_test.automation.tag'},
{id: 'stepTotal', key: '7', label: 'api_test.automation.success'},
{id: 'lastResult', key: '10', label: 'api_test.automation.fail'},
{id: 'stepTotal', key: '7', label: 'api_test.automation.step'},
{id: 'lastResult', key: '10', label: 'api_test.automation.last_result'},
{id: 'envs', key: '8', label: 'commons.environment'},
{id: 'passRate', key: '9', label: 'api_test.automation.passing_rate'},
{id: 'maintainer', key: 'a', label: 'api_test.definition.request.responsible'},