This commit is contained in:
2022-04-23 11:26:58 +00:00
committed by Gitea
parent c30b33a070
commit 91ac05b575
6 changed files with 29 additions and 69 deletions

View File

@ -142,8 +142,9 @@ function createReconcilationTransaction() {
<TransactionRow
v-for="transaction in dayTransactions"
:key="transaction.ID"
:transactionid="transaction.ID"
:index="index"
:transactionid="transaction.ID"
:with-account="false"
/>
</template>
</table>

View File

@ -56,23 +56,6 @@ onMounted(() => {
:index="index"
/>
</table>
<div class="md:hidden">
<Modal @submit="submitModal">
<template #placeholder>
<Button
class="fixed right-4 bottom-4 font-bold text-lg bg-blue-500 py-2"
>
+
</Button>
</template>
<TransactionInputRow
ref="modalInputRow"
class="flex flex-col w-full h-full top-0"
:budgetid="budgetid"
:accountid="accountid"
/>
</Modal>
</div>
</template>
<style>