mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
hide set as base currency when the currency is already the base
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
<v-btn class="px-2 ml-2 mr-3" color="default"
|
||||
density="comfortable" variant="text"
|
||||
:class="{ 'd-none': loading, 'hover-display': !loading }"
|
||||
v-if="exchangeRate.currencyCode !== baseCurrency"
|
||||
@click="setAsBaseline(exchangeRate.currencyCode, getConvertedAmount(exchangeRate))">
|
||||
{{ $t('Set As Baseline') }}
|
||||
</v-btn>
|
||||
|
||||
Reference in New Issue
Block a user