fix: 页面我的待办查询 我创建的用例查询修改 我创建的缺陷查询

用例审核查询
接口负责人查询
接口自动化查询
This commit is contained in:
guoyuqi 2021-10-26 16:19:42 +08:00 committed by 刘瑞斌
parent 586304c90b
commit 574988d108
2 changed files with 3 additions and 1 deletions

View File

@ -190,5 +190,7 @@ export const CONFIG_TYPE = {
export const WORKSTATION={
UPCOMING:"upcoming",
FOCUS:"focus",
NODE:"node"
}

View File

@ -201,7 +201,7 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'description', key: '7', label: 'test_track.issue.description'},
{id: 'caseCount', key: '9', label: 'api_test.definition.api_case_number'},
{id: 'createTime', key: '8', label: 'commons.create_time'},
{id: 'projectName', key: '10', label: 'test_track.issue.project_came'},
{id: 'projectName', key: 'a', label: 'test_track.issue.project_came'},
]
}