code refactor

This commit is contained in:
MaysWind
2024-08-03 19:24:59 +08:00
parent f2c0ffab99
commit 816d0e7ceb
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
<v-col cols="12" md="6">
<v-autocomplete
item-title="displayName"
item-value="code"
item-value="currencyCode"
auto-select-first
:disabled="submitting || navigateToHomePage"
:label="$t('Default Currency')"
@@ -111,7 +111,7 @@
<v-col cols="12" md="12" v-if="account.type === allAccountTypes.SingleAccount || currentAccountIndex >= 0">
<v-autocomplete
item-title="displayName"
item-value="code"
item-value="currencyCode"
auto-select-first
persistent-placeholder
:disabled="loading || submitting || !!editAccountId"
@@ -130,7 +130,7 @@
<v-col cols="12" md="6">
<v-autocomplete
item-title="displayName"
item-value="code"
item-value="currencyCode"
auto-select-first
persistent-placeholder
:disabled="loading || saving"