From 3d0f793cf6de583f263e778051e4d02a75e06944 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 24 Mar 2024 01:41:42 +0800 Subject: [PATCH] code refactor --- src/views/mobile/accounts/EditPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mobile/accounts/EditPage.vue b/src/views/mobile/accounts/EditPage.vue index ba7a21a3..304ed77d 100644 --- a/src/views/mobile/accounts/EditPage.vue +++ b/src/views/mobile/accounts/EditPage.vue @@ -36,7 +36,7 @@ class="list-item-with-header-and-title" :class="{ 'disabled': editAccountId }" :header="$t('Account Type')" - :title="this.getAccountTypeName(account.type)" + :title="getAccountTypeName(account.type)" @click="showAccountTypeSheet = true" >