Rebuild front

This commit is contained in:
James Cole
2020-11-29 07:06:55 +01:00
parent a5b6bf5797
commit b38e7cbb1a
22 changed files with 301 additions and 54 deletions

View File

@@ -47,7 +47,7 @@
</table>
</div>
<div class="card-footer">
<a href="./transactions/withdrawals" class="btn btn-default button-sm"><i class="far fa-money-bill-alt"></i> {{ $t('firefly.go_to_expenses') }}</a>
<a href="./transactions/withdrawal" class="btn btn-default button-sm"><i class="far fa-money-bill-alt"></i> {{ $t('firefly.go_to_withdrawals') }}</a>
</div>
</div>
</template>
@@ -91,13 +91,7 @@ export default {
}
}
console.log(this.expenses);
// sort:
}
}
}
</script>
<style scoped>
</style>