fix(测试跟踪): 用例评审列表表头显示名称修改

--bug=1027552 --user=王旭 [测试跟踪]github #25355用例评审列表,显示的数据为【名称】,关联用例列表、用例编写列表都显示的【用例名称】显示不一致 https://www.tapd.cn/55049933/s/1390447
This commit is contained in:
WangXu10 2023-07-07 16:26:39 +08:00 committed by 刘瑞斌
parent ef011c65b4
commit e13d15d129
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
:field="item"
sortable
:fields-width="fieldsWidth"
:label="$t('commons.name')"
:label="$t('test_track.case.name')"
min-width="120px"/>
<ms-table-column

View File

@ -156,7 +156,7 @@ const TRACK_HEADER = {
//用例评审-功能用例
TEST_CASE_REVIEW_FUNCTION_TEST_CASE: [
{id: 'num', key: '1', label: 'commons.id'},
{id: 'name', key: '2', label: 'commons.name'},
{id: 'name', key: '2', label: 'test_track.case.name'},
{id: 'priority', key: '3', label: 'test_track.case.priority'},
{id: 'tags', key: '4', label: 'commons.tag'},
{id: 'nodePath', key: '5', label: 'test_track.case.module'},