release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit f58e0c382c - Show all commits

View File

@ -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'
>

View File

@ -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">