release v2.0.0 #4
|
@ -62,6 +62,7 @@
|
|||
<q-td key="picture" :props="drinks_props" style="min-width: 256px">
|
||||
|
||||
<q-img
|
||||
loading='lazy'
|
||||
:src="drinks_props.row.uuid ? `/api/pricelist/picture/${drinks_props.row.uuid}?size=256`: 'no-image.svg'"
|
||||
placeholder-src='no-image.svg'
|
||||
>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<q-table
|
||||
v-model:pagination="pagination"
|
||||
style="max-height: 130px"
|
||||
dense
|
||||
hide-header
|
||||
:columns="columns"
|
||||
|
@ -11,6 +10,8 @@
|
|||
virtual-scroll
|
||||
:rows-per-page-options="[0]"
|
||||
>
|
||||
<!--
|
||||
style="max-height: 130px" -->
|
||||
<template #body="prices_props">
|
||||
<q-tr :props="prices_props">
|
||||
<q-td key="price" :props="prices_props">
|
||||
|
|
Loading…
Reference in New Issue