fix(系统设置): 操作日志操作对象中没有消息设置
--bug=1018657 --user=李玉号 【系统设置】操作日志-操作对象中的 “消息设置”?&“模板管理”还在工作空间级 https://www.tapd.cn/55049933/s/1289496
This commit is contained in:
parent
1d38e7cb40
commit
ce734ccf09
|
@ -281,6 +281,11 @@ export function SYSLIST() {
|
||||||
value: [i18n.t('commons.project') + "-" + i18n.t('permission.template.name'), 'PROJECT_TEMPLATE_MANAGEMENT'],
|
value: [i18n.t('commons.project') + "-" + i18n.t('permission.template.name'), 'PROJECT_TEMPLATE_MANAGEMENT'],
|
||||||
leaf: true
|
leaf: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: i18n.t('commons.project') + "-" + i18n.t('permission.project_message.name'),
|
||||||
|
value: [i18n.t('commons.project') + "-" + i18n.t('permission.project_message.name'), 'WORKSPACE_MESSAGE_SETTINGS'],
|
||||||
|
leaf: true
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue