feat: Add "Save & Close" button in InterestDetailsModal, enhance saveInterest function to conditionally close modal, and improve logging in delete-generated-document and get-expenses APIs

This commit is contained in:
2025-07-10 17:36:10 -04:00
parent 6ebe96bbf4
commit 242e33f7b9
5 changed files with 80 additions and 8 deletions

View File

@@ -116,7 +116,7 @@
</v-card-title>
<v-divider />
<v-card-text class="pa-4" style="max-height: 600px; overflow-y: auto;">
<div class="d-flex flex-column gap-4">
<div class="d-flex flex-column gap-6">
<v-card
v-for="berth in getBerthsByStatus(status.value)"
:key="berth.Id"