From f0b112ba0c7da28d51026cb89d9ca824e8a2db12 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 15 May 2023 13:53:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E6=B5=8B=E8=AF=95):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E5=88=97=E8=A1=A8=E5=92=8C=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E5=9B=9E=E6=94=B6=E7=AB=99=E5=88=97=E8=A1=A8-=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E7=8E=AF=E5=A2=83=E5=AD=97=E6=AE=B5=E4=BB=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026072 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001026072 --- framework/sdk-parent/frontend/src/utils/default-table-header.js | 1 - 1 file changed, 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 ddf6149f41..c023ab7b28 100644 --- a/framework/sdk-parent/frontend/src/utils/default-table-header.js +++ b/framework/sdk-parent/frontend/src/utils/default-table-header.js @@ -128,7 +128,6 @@ export let CUSTOM_TABLE_HEADER = { 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" },