mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
disable the view button of the balance modification transaction
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
<span>{{ getDisplayAccountBalance(item) }}</span>
|
<span>{{ getDisplayAccountBalance(item) }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template #item.operation="{ item }">
|
<template #item.operation="{ item }">
|
||||||
<v-btn density="compact" variant="text" color="default" :disabled="loading"
|
<v-btn density="compact" variant="text" color="default" :disabled="loading || item.type === TransactionType.ModifyBalance"
|
||||||
@click="showTransaction(item)">
|
@click="showTransaction(item)">
|
||||||
{{ tt('View') }}
|
{{ tt('View') }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user