mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
code refactor
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
smart-select :smart-select-params="{ openIn: 'popup', pageTitle: $t('Base Currency'), searchbar: true, searchbarPlaceholder: $t('Currency Name'), searchbarDisableText: $t('Cancel'), closeOnSelect: true, popupCloseLinkText: $t('Done'), scrollToSelectedItem: true }"
|
||||
>
|
||||
<f7-block slot="title" class="no-padding no-margin">
|
||||
<span>{{ `currency.${baseCurrency}` | localized }} </span>
|
||||
<span>{{ $t(`currency.${baseCurrency}`) }} </span>
|
||||
<small class="smaller">{{ baseCurrency }}</small>
|
||||
</f7-block>
|
||||
<select v-model="baseCurrency">
|
||||
@@ -56,7 +56,7 @@
|
||||
:after="getConvertedAmount(exchangeRate) | exchangeRate"
|
||||
swipeout>
|
||||
<f7-block slot="title" class="no-padding no-margin">
|
||||
<span>{{ exchangeRate.currencyDisplayName }} </span>
|
||||
<span style="margin-right: 5px">{{ exchangeRate.currencyDisplayName }}</span>
|
||||
<small class="smaller">{{ exchangeRate.currencyCode }}</small>
|
||||
</f7-block>
|
||||
<f7-swipeout-actions right>
|
||||
|
||||
Reference in New Issue
Block a user