refactor(UI测试): UI指令表头加上所属模块字段

This commit is contained in:
WangXu10 2023-12-12 19:21:03 +08:00 committed by Craftsman
parent 3db0e65c6b
commit 1dce037347
1 changed files with 1 additions and 0 deletions

View File

@ -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" },
{