change permission
This commit is contained in:
parent
5a8d858918
commit
e5cb8fecc6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
</p>
|
||||
<div class="flex flex-row">
|
||||
<RouterLink
|
||||
v-if="can('update', 'user', 'user')"
|
||||
v-if="can('admin', 'user', 'user')"
|
||||
:to="{ name: 'admin-user-user-roles', params: { id: user.id } }"
|
||||
>
|
||||
<UserGroupIcon class="w-5 h-5 p-1 box-content cursor-pointer" />
|
||||
|
|
|
@ -12,7 +12,7 @@ export interface MembershipStatisticsViewModel {
|
|||
durationInYears: string;
|
||||
status: string;
|
||||
statusId: number;
|
||||
memberId: number;
|
||||
memberId: string;
|
||||
memberSalutation: string;
|
||||
memberFirstname: string;
|
||||
memberLastname: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue