From cde517ae6c225f07b1a54ac6af8345ee5f4a657f Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Thu, 27 Oct 2022 18:30:27 +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=E7=94=A8=E4=BE=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=B1=95=E7=A4=BA=E7=94=A8=E4=BE=8B=E7=AD=89=E7=BA=A7?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018325 --user=宋昌昌 【测试跟踪】测试计划-功能用例列表没有用例等级字段 https://www.tapd.cn/55049933/s/1281068 --- test-track/frontend/src/business/utils/track-table-header.js | 1 + 1 file changed, 1 insertion(+) 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 a4b076464d..c66b1d7b8a 100644 --- a/test-track/frontend/src/business/utils/track-table-header.js +++ b/test-track/frontend/src/business/utils/track-table-header.js @@ -5,6 +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: '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'},