update permissions
This commit is contained in:
parent
6c1140f7d2
commit
8c4a53bc17
22 changed files with 89 additions and 24 deletions
|
@ -10,6 +10,7 @@
|
|||
<template #pageRow="{ row }: { row: DamageReportViewModel }">
|
||||
<RouterLink
|
||||
:to="{ name: 'admin-unit-damage_report-overview', params: { damageReportId: row.id } }"
|
||||
:disabled="!can('read', 'unit', 'damage_report')"
|
||||
class="flex flex-col h-fit w-full border border-primary rounded-md"
|
||||
>
|
||||
<div class="bg-primary p-2 text-white flex flex-row gap-2 items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue