From b8247f0113017896de6f4c7c87e8e870a22a4385 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 26 Oct 2021 15:41:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E7=94=A8=E4=BE=8B):?= =?UTF-8?q?=20=E8=A1=A8=E5=A4=B4=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= 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 6b0637e1a9..c9ee50adb8 100644 --- a/frontend/src/common/js/default-table-header.js +++ b/frontend/src/common/js/default-table-header.js @@ -57,12 +57,12 @@ export let CUSTOM_TABLE_HEADER = { {id: 'status', key: '5', label: 'test_track.plan_view.execute_result'}, {id: 'caseStatus', key: '6', label: 'commons.status'}, {id: 'tags', key: '7', label: 'commons.tag'}, - {id: 'environment', key: '10', label: 'commons.environment'}, {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: 'c', label: 'commons.project'}, {id: 'passRate', key: 'b', label: 'commons.pass_rate'}, + {id: 'environment', key: 'e', label: 'commons.environment'}, ], //场景测试 API_SCENARIO: [