refactor(系统设置): 隐藏接口模版
--bug=1036896 --user=王孝刚 【系统设置】组织-模版管理-接口模版配置未屏蔽 https://www.tapd.cn/55049933/s/1472192
This commit is contained in:
parent
5250909719
commit
3fe286f7ec
|
@ -85,12 +85,12 @@ export function getCardList(type: string): Record<string, any>[] {
|
||||||
value: TemplateCardEnum.FUNCTIONAL,
|
value: TemplateCardEnum.FUNCTIONAL,
|
||||||
name: t('system.orgTemplate.caseTemplates'),
|
name: t('system.orgTemplate.caseTemplates'),
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
id: 1002,
|
id: 1002,
|
||||||
key: 'API',
|
key: 'API',
|
||||||
value: TemplateCardEnum.API,
|
value: TemplateCardEnum.API,
|
||||||
name: t('system.orgTemplate.APITemplates'),
|
name: t('system.orgTemplate.APITemplates'),
|
||||||
},
|
}, */
|
||||||
// {
|
// {
|
||||||
// id: 1003,
|
// id: 1003,
|
||||||
// key: 'UI',
|
// key: 'UI',
|
||||||
|
|
Loading…
Reference in New Issue