mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 修改 tickets 权限
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<SystemSetting />
|
||||
</el-tooltip>
|
||||
</li>
|
||||
<li v-if="$hasLicense()" v-perms="'tickets.view_ticket'" class="header-item header-hover">
|
||||
<li v-if="this.$hasLicense() && this.$hasPerm('tickets.view_ticket')" class="header-item header-hover">
|
||||
<Tickets />
|
||||
</li>
|
||||
<li class="header-item">
|
||||
|
||||
Reference in New Issue
Block a user