fix(UI自动化): 场景&指令列表-未显示运行环境字段
--bug=1020979 --user=张大海 【UI测试】场景&指令列表-未显示运行环境字段 https://www.tapd.cn/55049933/s/1317055
This commit is contained in:
parent
99163777f4
commit
933c2ef860
|
@ -90,7 +90,7 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
// {id: 'versionId', key: 'f', label: 'project.version.name', xpack: true},
|
||||
{id: 'creatorName', key: 'd', label: 'api_test.automation.creator'},
|
||||
{id: 'principalName', key: '6', label: 'api_test.definition.api_principal'},
|
||||
// {id: 'environmentMap', key: 'e', label: 'commons.environment'},
|
||||
{id: 'environmentMap', key: 'e', label: 'commons.environment'},
|
||||
{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'},
|
||||
|
@ -104,6 +104,7 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
{id: 'tags', key: '5', label: 'commons.tag'},
|
||||
{id: 'creatorName', key: 'd', label: 'api_test.automation.creator'},
|
||||
{id: 'principalName', key: '6', label: 'api_test.definition.api_principal'},
|
||||
{id: 'environmentMap', key: '8', label: 'commons.environment'},
|
||||
{id: 'updateTime', key: '7', label: 'api_test.definition.api_last_time'},
|
||||
{id: 'lastResult', key: 'a', label: 'ui.debug_result_label'},
|
||||
{id: 'createTime', key: 'c', label: 'commons.create_time'},
|
||||
|
|
Loading…
Reference in New Issue