增加消息菜单里发送统计的访问权限.

This commit is contained in:
许晓东
2023-12-03 22:04:29 +08:00
parent 2ef8573a5b
commit 364a716388
6 changed files with 15 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<DeleteMessage :topic-list="topicList"></DeleteMessage>
</a-tab-pane>
<a-tab-pane key="5" tab="发送统计" v-if="isAuthorized('message:del')">
<a-tab-pane key="5" tab="发送统计" v-if="isAuthorized('message:send-statistics')">
<SendStatistics :topic-list="topicList"></SendStatistics>
</a-tab-pane>
</a-tabs>