This commit is contained in:
parent
32685efc1c
commit
b8c6f43d0c
|
@ -65,11 +65,6 @@ const filter = {
|
||||||
</template>
|
</template>
|
||||||
<div class="q-pa-md">
|
<div class="q-pa-md">
|
||||||
<CardSummary ref="summary" :url="`Shelvings/${entityId}`" :filter="filter">
|
<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 }">
|
<template #header="{ entity }">
|
||||||
<div>{{ entity.code }}</div>
|
<div>{{ entity.code }}</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue