fix(UI测试): 修复元素列表所属模块相关问题
--bug=1026143 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001026143
This commit is contained in:
parent
a6ca58ec32
commit
37453c3f6e
|
@ -160,14 +160,15 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
|
||||
//缺陷列表
|
||||
ELEMENT_LIST: [
|
||||
{ id: "num", key: "1", label: "ID" },
|
||||
{ id: "name", key: "2", label: "元素名称" },
|
||||
{ id: "locationType", key: "3", label: "定位类型" },
|
||||
{ id: "location", key: "4", label: "元素定位" },
|
||||
{ id: "createUser", key: "5", label: "创建人" },
|
||||
{ id: "createTime", key: "6", label: "commons.create_time" },
|
||||
{ id: "updateUser", key: "7", label: "更新人" },
|
||||
{ id: "updateTime", key: "8", label: "commons.update_time" },
|
||||
{id: "num", key: "1", label: "ID"},
|
||||
{id: "name", key: "2", label: "元素名称"},
|
||||
{id: "locationType", key: "3", label: "定位类型"},
|
||||
{id: "location", key: "4", label: "元素定位"},
|
||||
{id: 'modulePath', key: 'a', label: 'test_track.case.module'},
|
||||
{id: "createUser", key: "5", label: "创建人"},
|
||||
{id: "createTime", key: "6", label: "commons.create_time"},
|
||||
{id: "updateUser", key: "7", label: "更新人"},
|
||||
{id: "updateTime", key: "8", label: "commons.update_time"},
|
||||
],
|
||||
|
||||
//空间配额
|
||||
|
|
Loading…
Reference in New Issue