mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
code refactor
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user