release v2.0.0 #4

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

View File

@ -371,6 +371,9 @@
props.row.uuid ? `/api/pricelist/picture/${props.row.uuid}?size=256` : 'no-image.svg' props.row.uuid ? `/api/pricelist/picture/${props.row.uuid}?size=256` : 'no-image.svg'
" "
> >
<div class='absolute-top-right justify-end' style='background-color: transparent;'>
<q-btn @click="console.log('hallo')" round icon='mdi-pencil' style='background-color: rgba(0,0,0,0.5)'/>
</div>
<div class="absolute-bottom-right justify-end"> <div class="absolute-bottom-right justify-end">
<div class="text-subtitle1 text-right"> <div class="text-subtitle1 text-right">
{{ props.row.name }} {{ props.row.name }}