From 43110ba1d4b39edba4b0a379396d756cb1c7e8f4 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 31 Oct 2022 16:28:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=8A=9F=E8=83=BD=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E5=88=97=E8=A1=A8key=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-track/frontend/src/business/utils/track-table-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/utils/track-table-header.js b/test-track/frontend/src/business/utils/track-table-header.js index c66b1d7b8a..82e126bd7d 100644 --- a/test-track/frontend/src/business/utils/track-table-header.js +++ b/test-track/frontend/src/business/utils/track-table-header.js @@ -5,7 +5,7 @@ const TRACK_HEADER = { TEST_PLAN_FUNCTION_TEST_CASE: [ {id: 'num', key: '1', label: 'commons.id'}, {id: 'name', key: '2', label: 'commons.name'}, - {id: 'priority', key: '3', label: 'test_track.case.priority'}, + {id: 'priority', key: 'd', label: 'test_track.case.priority'}, {id: 'versionId', key: 'b', label: 'project.version.name', xpack: true}, {id: 'tags', key: '3', label: 'commons.tag'}, {id: 'nodePath', key: '4', label: 'test_track.case.module'},