fix: 修改授权显示(工单菜单)

This commit is contained in:
Jiangjie.Bai
2022-03-14 14:30:46 +08:00
committed by Jiangjie.Bai
parent f15ca7439c
commit 88971327b1

View File

@@ -16,7 +16,7 @@
<SystemSetting /> <SystemSetting />
</el-tooltip> </el-tooltip>
</li> </li>
<li v-if="$hasLicense()" class="header-item header-hover"> <li v-if="$hasLicense()" v-perms="['rbac.view_ticket']" class="header-item header-hover">
<Tickets /> <Tickets />
</li> </li>
<li class="header-item"> <li class="header-item">