fix(UI测试): 修复元素列表所属模块相关问题

--bug=1026143 --user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001026143
This commit is contained in:
guoyuqi 2023-05-15 13:48:41 +08:00 committed by 刘瑞斌
parent a6ca58ec32
commit 37453c3f6e
1 changed files with 9 additions and 8 deletions

View File

@ -160,14 +160,15 @@ export let CUSTOM_TABLE_HEADER = {
//缺陷列表 //缺陷列表
ELEMENT_LIST: [ ELEMENT_LIST: [
{ id: "num", key: "1", label: "ID" }, {id: "num", key: "1", label: "ID"},
{ id: "name", key: "2", label: "元素名称" }, {id: "name", key: "2", label: "元素名称"},
{ id: "locationType", key: "3", label: "定位类型" }, {id: "locationType", key: "3", label: "定位类型"},
{ id: "location", key: "4", label: "元素定位" }, {id: "location", key: "4", label: "元素定位"},
{ id: "createUser", key: "5", label: "创建人" }, {id: 'modulePath', key: 'a', label: 'test_track.case.module'},
{ id: "createTime", key: "6", label: "commons.create_time" }, {id: "createUser", key: "5", label: "创建人"},
{ id: "updateUser", key: "7", label: "更新人" }, {id: "createTime", key: "6", label: "commons.create_time"},
{ id: "updateTime", key: "8", label: "commons.update_time" }, {id: "updateUser", key: "7", label: "更新人"},
{id: "updateTime", key: "8", label: "commons.update_time"},
], ],
//空间配额 //空间配额