forked from verdnatura/salix-front
Hide Go to summary icon when is in supplier summary view
This commit is contained in:
parent
f048a1c820
commit
e7e34ef21a
|
@ -53,7 +53,7 @@ const isAdministrative = computed(() => {
|
|||
>
|
||||
<template #header-left>
|
||||
<router-link
|
||||
v-if="isAdministrative"
|
||||
v-if="isAdministrative && route.name !== 'SupplierSummary'"
|
||||
class="header link"
|
||||
:to="{ name: 'SupplierSummary', params: { id: entityId } }"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue