add new group table and filter for member table
This commit is contained in:
@@ -53,6 +53,16 @@
|
||||
>
|
||||
<q-item-section>{{ $t('responsible') }}</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
v-if="autorized || user.isPermittedTo('group', 'read')"
|
||||
to="/group"
|
||||
exact
|
||||
clickable
|
||||
v-ripple
|
||||
@click="closeDrawer"
|
||||
>
|
||||
<q-item-section>{{ $t('groups') }}</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-drawer>
|
||||
<q-page-container>
|
||||
|
||||
Reference in New Issue
Block a user