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

@ -164,6 +164,7 @@ export let CUSTOM_TABLE_HEADER = {
{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: 'modulePath', key: 'a', label: 'test_track.case.module'},
{id: "createUser", key: "5", label: "创建人"}, {id: "createUser", key: "5", label: "创建人"},
{id: "createTime", key: "6", label: "commons.create_time"}, {id: "createTime", key: "6", label: "commons.create_time"},
{id: "updateUser", key: "7", label: "更新人"}, {id: "updateUser", key: "7", label: "更新人"},