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:
@@ -522,7 +522,7 @@ import type { Router } from 'framework7/types';
|
||||
|
||||
import { useI18n } from '@/locales/helpers.ts';
|
||||
import { useI18nUIComponents, showLoading, hideLoading } from '@/lib/ui/mobile.ts';
|
||||
import { useAccountEditPageBaseBase } from '@/views/base/accounts/AccountEditPageBase.ts';
|
||||
import { useAccountEditPageBase } from '@/views/base/accounts/AccountEditPageBase.ts';
|
||||
|
||||
import { useAccountsStore } from '@/stores/account.ts';
|
||||
|
||||
@@ -587,7 +587,7 @@ const {
|
||||
isNewAccount,
|
||||
addSubAccount,
|
||||
setAccount
|
||||
} = useAccountEditPageBaseBase();
|
||||
} = useAccountEditPageBase();
|
||||
|
||||
const accountsStore = useAccountsStore();
|
||||
|
||||
|
||||
@@ -221,7 +221,7 @@ import type { Router } from 'framework7/types';
|
||||
|
||||
import { useI18n } from '@/locales/helpers.ts';
|
||||
import { useI18nUIComponents, showLoading, hideLoading } from '@/lib/ui/mobile.ts';
|
||||
import { useAccountListPageBaseBase } from '@/views/base/accounts/AccountListPageBase.ts';
|
||||
import { useAccountListPageBase } from '@/views/base/accounts/AccountListPageBase.ts';
|
||||
|
||||
import { useRootStore } from '@/stores/index.ts';
|
||||
import { useAccountsStore } from '@/stores/account.ts';
|
||||
@@ -251,7 +251,7 @@ const {
|
||||
totalLiabilities,
|
||||
accountCategoryTotalBalance,
|
||||
accountBalance
|
||||
} = useAccountListPageBaseBase();
|
||||
} = useAccountListPageBase();
|
||||
|
||||
const rootStore = useRootStore();
|
||||
const accountsStore = useAccountsStore();
|
||||
|
||||
Reference in New Issue
Block a user