From dd0abb3f86f91bc1c24740f63ab4edde8eeb6710 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 22 Mar 2022 15:49:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E8=A1=A8=E5=A4=B4=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B4=9F=E8=B4=A3=E4=BA=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1011550 --user=李玉号 【测试计划】测试计划列表的表头没有显示负责人字段,但是自定义表头里面有负责人字段 https://www.tapd.cn/55049933/s/1123293 --- frontend/src/common/js/default-table-header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/common/js/default-table-header.js b/frontend/src/common/js/default-table-header.js index cf61dc7cd9..7433c75156 100644 --- a/frontend/src/common/js/default-table-header.js +++ b/frontend/src/common/js/default-table-header.js @@ -110,7 +110,6 @@ export let CUSTOM_TABLE_HEADER = { //测试计划 TEST_PLAN_LIST: [ {id: 'name', key: '1', label: 'commons.name'}, - {id: 'userName', key: '2', label: 'test_track.plan.plan_principal'}, {id: 'status', key: '3', label: 'test_track.plan.plan_status'}, {id: 'stage', key: '4', label: 'test_track.plan.plan_stage'}, {id: 'testRate', key: '5', label: 'test_track.home.test_rate'}, @@ -127,7 +126,8 @@ export let CUSTOM_TABLE_HEADER = { {id: 'testPlanTestCaseCount', key: 'g', label: 'test_track.plan.test_plan_test_case_count'}, {id: 'testPlanApiCaseCount', key: 'h', label: 'test_track.plan.test_plan_api_case_count'}, {id: 'testPlanApiScenarioCount', key: 'i', label: 'test_track.plan.test_plan_api_scenario_count'}, - {id: 'testPlanLoadCaseCount', key: 'j', label: 'test_track.plan.test_plan_load_case_count'} + {id: 'testPlanLoadCaseCount', key: 'j', label: 'test_track.plan.test_plan_load_case_count'}, + {id: 'principalName', key: 'k', label: 'test_track.plan.plan_principal'}, ], //测试计划-功能用例 TEST_PLAN_FUNCTION_TEST_CASE: [