code refactor

This commit is contained in:
MaysWind
2024-03-24 01:41:42 +08:00
parent 9f8634ac11
commit 3d0f793cf6
+1 -1
View File
@@ -36,7 +36,7 @@
class="list-item-with-header-and-title" class="list-item-with-header-and-title"
:class="{ 'disabled': editAccountId }" :class="{ 'disabled': editAccountId }"
:header="$t('Account Type')" :header="$t('Account Type')"
:title="this.getAccountTypeName(account.type)" :title="getAccountTypeName(account.type)"
@click="showAccountTypeSheet = true" @click="showAccountTypeSheet = true"
> >
<list-item-selection-sheet value-type="item" <list-item-selection-sheet value-type="item"