feat: permitir excluir transações de extrato (import)
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
@@ -171,7 +171,7 @@ function monthLabel(ym: string) {
|
|||||||
</td>
|
</td>
|
||||||
<td class="fc-tx-table__actions">
|
<td class="fc-tx-table__actions">
|
||||||
<button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--ghost" @click="startEdit(t.id)">EDITAR</button>
|
<button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--ghost" @click="startEdit(t.id)">EDITAR</button>
|
||||||
<button v-if="t.source === 'manual'" class="fc-btn fc-btn--sm fc-btn--danger" @click="remove(t.id)">✕</button>
|
<button class="fc-btn fc-btn--sm fc-btn--danger" @click="remove(t.id)">✕</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-if="store.transactions.length === 0">
|
<tr v-if="store.transactions.length === 0">
|
||||||
|
|||||||
Reference in New Issue
Block a user