fix: i18n
This commit is contained in:
parent
5782702372
commit
db10190ce6
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue