refactor(UI测试): UI指令表头加上所属模块字段
This commit is contained in:
parent
3db0e65c6b
commit
1dce037347
|
@ -123,6 +123,7 @@ export let CUSTOM_TABLE_HEADER = {
|
|||
UI_CUSTOM_COMMAND: [
|
||||
{ id: "num", key: "1", label: "ID" },
|
||||
{ id: "name", key: "2", label: "ui.command_name_label" },
|
||||
{ id: 'nodePath', key: '9', label: 'api_test.automation.module', defaultHide: true},
|
||||
{ id: "tags", key: "5", label: "commons.tag" },
|
||||
{ id: "creatorName", key: "d", label: "api_test.automation.creator" },
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue