fix(UI测试): 修复元素列表所属模块相关问题
--bug=1026143 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001026143
This commit is contained in:
parent
a6ca58ec32
commit
37453c3f6e
|
@ -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: "更新人"},
|
||||||
|
|
Loading…
Reference in New Issue