fix(系统设置): 模板管理-自定义字段,使用场景筛选反了

--bug=1007721 --user=lyh 【系统设置】模板管理-自定义字段,使用场景筛选反了
https://www.tapd.cn/55049933/s/1064308
This commit is contained in:
shiziyuan9527 2021-11-04 17:06:28 +08:00 committed by shiziyuan9527
parent 80af8fdb98
commit 4b29552e89
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ export const FIELD_TYPE_MAP = {
};
export const SCENE_MAP = {
ISSUE: 'workspace.case_template_manage',
TEST_CASE: 'workspace.issue_template_manage'
ISSUE: 'workspace.issue_template_manage',
TEST_CASE: 'workspace.case_template_manage'
};
export const SYSTEM_FIELD_NAME_MAP = {