refactor: i18n

--bug=1007482 --user=lyh 【测试跟踪】缺陷管理中,表头显示窗口有个字段没汉化
https://www.tapd.cn/55049933/s/1059255
This commit is contained in:
shiziyuan9527 2021-10-26 17:03:20 +08:00 committed by shiziyuan9527
parent eb168876df
commit b3dc331132
1 changed files with 1 additions and 1 deletions

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: 'a', label: 'test_track.issue.project_came'},
{id: 'projectName', key: 'a', label: 'test_track.issue.issue_project'},
]
}