fix(测试用例): 关联三方需求tapd标题不展示

This commit is contained in:
xinxin.wu 2024-05-27 10:32:27 +08:00 committed by 刘瑞斌
parent 5cca0ba48d
commit 3a31f12d41
1 changed files with 2 additions and 0 deletions

View File

@ -300,6 +300,8 @@ export function getPlatName(platformKey: string) {
return t('caseManagement.featureCase.zentao');
case 'jira':
return t('caseManagement.featureCase.jira');
case 'tapd':
return t('caseManagement.featureCase.tapd');
default:
break;
}