disable the view button of the balance modification transaction

This commit is contained in:
MaysWind
2025-07-29 00:03:45 +08:00
parent ca0fb9446b
commit 175b272fa0
@@ -144,7 +144,7 @@
<span>{{ getDisplayAccountBalance(item) }}</span>
</template>
<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)">
{{ tt('View') }}
</v-btn>