fix: 元素库列表表头显示不正确
--bug=1012108 --user=陈建星 【UI测试】元素库,表头问题汇总 https://www.tapd.cn/55049933/s/1135243
This commit is contained in:
parent
5efce8644a
commit
b1ed35a6b5
|
@ -253,12 +253,12 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
|
||||
//缺陷列表
|
||||
ELEMENT_LIST: [
|
||||
{id: 'num', key: '1', label: 'test_track.issue.id'},
|
||||
{id: 'num', key: '1', label: 'ID'},
|
||||
{id: 'name', key: '2', label: '元素名称'},
|
||||
{id: 'modulePath', key: '3', label: '所属页面'},
|
||||
{id: 'modulePath', key: '3', label: '所属模块'},
|
||||
{id: 'locationType', key: '4', label: '定位类型'},
|
||||
{id: 'location', key: '5', label: '元素定位'},
|
||||
{id: 'creatorUser', key: '6', label: 'test_track.issue.issue_resource'},
|
||||
{id: 'createUser', key: '6', label: '创建人'},
|
||||
{id: 'createTime', key: '7', label: 'commons.create_time'},
|
||||
{id: 'updateTime', key: '8', label: 'commons.update_time'},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue