fix(测试用例): 关联三方需求tapd标题不展示
This commit is contained in:
parent
5cca0ba48d
commit
3a31f12d41
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue