fix(测试跟踪): 用例评审功能用例自定义表头去掉类型字段
--bug=1010598 --user=李玉号 【测试跟踪】-【用例评审】-关联用例-只能关联功能测试用例-用例列表显示字段类型有:功能、性能、接口并且功能用例-更多操作创建的用例类型字段显示空 https://www.tapd.cn/55049933/s/1173978
This commit is contained in:
parent
7ec626a0c0
commit
bf3a1a3086
|
@ -116,7 +116,6 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
{id: 'name', key: '2', label: 'commons.name'},
|
||||
{id: 'versionId', key: 'b', label: 'commons.version'},
|
||||
{id: 'priority', key: '3', label: 'test_track.case.priority'},
|
||||
{id: 'type', key: '4', label: 'test_track.case.type'},
|
||||
{id: 'nodePath', key: '5', label: 'test_track.case.module'},
|
||||
{id: 'projectName', key: '6', label: 'test_track.review.review_project'},
|
||||
{id: 'reviewerName', key: '7', label: 'test_track.review.reviewer'},
|
||||
|
|
Loading…
Reference in New Issue