fix(系统设置): 操作日志操作对象中没有消息设置

--bug=1018657 --user=李玉号 【系统设置】操作日志-操作对象中的 “消息设置”?&“模板管理”还在工作空间级
https://www.tapd.cn/55049933/s/1289496
This commit is contained in:
shiziyuan9527 2022-11-04 16:33:04 +08:00 committed by lyh
parent b1e7329a56
commit 566ce798ad
1 changed files with 5 additions and 0 deletions

View File

@ -281,6 +281,11 @@ export function SYSLIST() {
value: [i18n.t('commons.project') + "-" + i18n.t('permission.template.name'), 'PROJECT_TEMPLATE_MANAGEMENT'],
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
},
]
},
];