fix(测试计划): 列表的表头没有显示负责人字段

--bug=1011550 --user=李玉号 【测试计划】测试计划列表的表头没有显示负责人字段,但是自定义表头里面有负责人字段
https://www.tapd.cn/55049933/s/1123293
This commit is contained in:
shiziyuan9527 2022-03-22 15:49:24 +08:00 committed by shiziyuan9527
parent a0877f2dfa
commit dd0abb3f86
1 changed files with 2 additions and 2 deletions

View File

@ -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: [