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');
|
return t('caseManagement.featureCase.zentao');
|
||||||
case 'jira':
|
case 'jira':
|
||||||
return t('caseManagement.featureCase.jira');
|
return t('caseManagement.featureCase.jira');
|
||||||
|
case 'tapd':
|
||||||
|
return t('caseManagement.featureCase.tapd');
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue