forked from verdnatura/salix-front
refs #6768 shelving fix
This commit is contained in:
parent
32685efc1c
commit
b8c6f43d0c
|
@ -65,11 +65,6 @@ const filter = {
|
|||
</template>
|
||||
<div class="q-pa-md">
|
||||
<CardSummary ref="summary" :url="`Shelvings/${entityId}`" :filter="filter">
|
||||
<template #header-left>
|
||||
<a class="header link" :href="`#/shelving/${entityId}/summary`">
|
||||
<QIcon name="open_in_new" color="white" size="sm" />
|
||||
</a>
|
||||
</template>
|
||||
<template #header="{ entity }">
|
||||
<div>{{ entity.code }}</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue