mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
remove redundant content in function names
This commit is contained in:
@@ -312,7 +312,7 @@ import { ref, computed, useTemplateRef, watch } from 'vue';
|
||||
import { useDisplay } from 'vuetify';
|
||||
|
||||
import { useI18n } from '@/locales/helpers.ts';
|
||||
import { useAccountListPageBaseBase } from '@/views/base/accounts/AccountListPageBase.ts';
|
||||
import { useAccountListPageBase } from '@/views/base/accounts/AccountListPageBase.ts';
|
||||
|
||||
import { useAccountsStore } from '@/stores/account.ts';
|
||||
|
||||
@@ -364,7 +364,7 @@ const {
|
||||
totalLiabilities,
|
||||
accountCategoryTotalBalance,
|
||||
accountBalance
|
||||
} = useAccountListPageBaseBase();
|
||||
} = useAccountListPageBase();
|
||||
|
||||
const accountsStore = useAccountsStore();
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ import SnackBar from '@/components/desktop/SnackBar.vue';
|
||||
import { ref, computed, useTemplateRef, watch } from 'vue';
|
||||
|
||||
import { useI18n } from '@/locales/helpers.ts';
|
||||
import { useAccountEditPageBaseBase } from '@/views/base/accounts/AccountEditPageBase.ts';
|
||||
import { useAccountEditPageBase } from '@/views/base/accounts/AccountEditPageBase.ts';
|
||||
|
||||
import { useUserStore } from '@/stores/user.ts';
|
||||
import { useAccountsStore } from '@/stores/account.ts';
|
||||
@@ -244,7 +244,7 @@ const {
|
||||
isNewAccount,
|
||||
addSubAccount,
|
||||
setAccount
|
||||
} = useAccountEditPageBaseBase();
|
||||
} = useAccountEditPageBase();
|
||||
|
||||
const userStore = useUserStore();
|
||||
const accountsStore = useAccountsStore();
|
||||
|
||||
Reference in New Issue
Block a user