fix(接口自动化): 表头遍历 key 错误修复

This commit is contained in:
junhong 2022-01-10 12:40:43 +08:00 committed by fit2-zhao
parent 0784767817
commit d22c00a479
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'tags', key: '5', label: 'commons.tag'},
{id: 'versionId', key: 'f', label: 'project.version.name', xpack: true},
{id: 'userName', key: '6', label: 'api_test.automation.creator'},
{id: 'creator', key: '6', label: 'api_test.automation.creator'},
{id: 'creator', key: 'd', label: 'api_test.automation.creator'},
{id: 'principalName', key: '7', label: 'api_test.definition.api_principal'},
{id: 'environmentMap', key: 'e', label: 'commons.environment'},
{id: 'updateTime', key: '8', label: 'api_test.definition.api_last_time'},