fix: 顶部菜单权限设置

This commit is contained in:
Captain.B 2021-05-27 15:43:23 +08:00 committed by 刘瑞斌
parent 10c468b1b0
commit cd11ce2e41
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</el-menu-item>
<el-menu-item index="/report"
v-permission="['PROJECT_TRACK_CASE:READ','PROJECT_TRACK_PLAN:READ','PROJECT_TRACK_REVIEW:READ']"
v-if="check('reportStat')">
v-if="isReport && check('reportStat')">
{{ $t('commons.report_statistics.title') }}
</el-menu-item>