fix(接口自动化): 场景列表表头设置字段重复问题修复
--bug=1009794 --user=周骏弘 【接口测试】场景表头设置窗口,显示了两个创建人 https://www.tapd.cn/55049933/s/1096637
This commit is contained in:
parent
6232843bd1
commit
e500c7fe10
|
@ -73,12 +73,11 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
{id: 'status', key: '4', label: 'test_track.plan.plan_status'},
|
||||
{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: 'd', label: 'api_test.automation.creator'},
|
||||
{id: 'principalName', key: '7', label: 'api_test.definition.api_principal'},
|
||||
{id: 'principalName', key: '6', label: 'api_test.definition.api_principal'},
|
||||
{id: 'environmentMap', key: 'e', label: 'commons.environment'},
|
||||
{id: 'updateTime', key: '8', label: 'api_test.definition.api_last_time'},
|
||||
{id: 'stepTotal', key: '9', label: 'api_test.automation.step'},
|
||||
{id: 'updateTime', key: '7', label: 'api_test.definition.api_last_time'},
|
||||
{id: 'stepTotal', key: '8', label: 'api_test.automation.step'},
|
||||
{id: 'lastResult', key: 'a', label: 'api_test.automation.last_result'},
|
||||
{id: 'passRate', key: 'b', label: 'api_test.automation.passing_rate'},
|
||||
{id: 'createTime', key: 'c', label: 'commons.create_time'},
|
||||
|
|
Loading…
Reference in New Issue