From 50e384670b6142332ccd98799875cec206f49355 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 22 Oct 2021 11:24:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):?= =?UTF-8?q?=20=E9=87=8D=E5=A4=8DKEY=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/js/default-table-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/common/js/default-table-header.js b/frontend/src/common/js/default-table-header.js index b37bff8075..129b91d3fc 100644 --- a/frontend/src/common/js/default-table-header.js +++ b/frontend/src/common/js/default-table-header.js @@ -61,7 +61,7 @@ export let CUSTOM_TABLE_HEADER = { {id: 'createUser', key: '8', label: 'api_test.creator'}, {id: 'updateTime', key: '9', label: 'api_test.definition.api_last_time'}, {id: 'createTime', key: 'a', label: 'commons.create_time'}, - {id: 'projectName', key: 'a', label: 'commons.project'}, + {id: 'projectName', key: 'c', label: 'commons.project'}, {id: 'passRate', key: 'b', label: 'commons.pass_rate'}, ], //场景测试