mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
show edit button for sub account
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
<v-btn class="px-2 ml-1" density="comfortable" color="default" variant="text"
|
<v-btn class="px-2 ml-1" density="comfortable" color="default" variant="text"
|
||||||
:class="{ 'd-none': loading, 'hover-display': !loading }"
|
:class="{ 'd-none': loading, 'hover-display': !loading }"
|
||||||
:disabled="loading" :prepend-icon="mdiPencilOutline"
|
:disabled="loading" :prepend-icon="mdiPencilOutline"
|
||||||
v-if="!activeSubAccount[element.id]"
|
v-if="!activeSubAccount[element.id] || element.getSubAccount(activeSubAccount[element.id])"
|
||||||
@click="edit(element)">
|
@click="edit(element)">
|
||||||
{{ tt('Edit') }}
|
{{ tt('Edit') }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user