feature/EntriesCorrections #177

Merged
alexm merged 24 commits from :feature/EntriesCorrections into dev 2024-02-07 06:44:33 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5280a4fa2d - Show all commits

View File

@ -275,7 +275,7 @@ onMounted(async () => {
</QTd>
</template>
<template #body-cell-itemFk="{ row }">
<QTd @click.stop="">
<QTd @click.stop>
<QBtn flat color="blue">
{{ row.itemFk }}
</QBtn>
@ -287,7 +287,7 @@ onMounted(async () => {
</QTd>
</template>
<template #body-cell-entryFk="{ row }">
<QTd @click.stop="">
<QTd @click.stop>
<QBtn flat color="blue">
<EntryDescriptorProxy :id="row.entryFk" />
{{ row.entryFk }}