mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-06 05:58:46 +08:00
fix(测试跟踪): 用例评审列表表头显示名称修改
--bug=1027552 --user=王旭 [测试跟踪]github #25355用例评审列表,显示的数据为【名称】,关联用例列表、用例编写列表都显示的【用例名称】显示不一致 https://www.tapd.cn/55049933/s/1390447
This commit is contained in:
parent
ef011c65b4
commit
e13d15d129
@ -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
|
||||
|
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user