From 933c2ef860fe3c6aafa4ebe025f3681afdeda31e Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Mon, 19 Dec 2022 17:11:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20=E5=9C=BA?= =?UTF-8?q?=E6=99=AF&=E6=8C=87=E4=BB=A4=E5=88=97=E8=A1=A8-=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1020979 --user=张大海 【UI测试】场景&指令列表-未显示运行环境字段 https://www.tapd.cn/55049933/s/1317055 --- .../sdk-parent/frontend/src/utils/default-table-header.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/utils/default-table-header.js b/framework/sdk-parent/frontend/src/utils/default-table-header.js index 0fb2e21883..13243a637a 100644 --- a/framework/sdk-parent/frontend/src/utils/default-table-header.js +++ b/framework/sdk-parent/frontend/src/utils/default-table-header.js @@ -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'},