mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add reconciliation statement page for mobile version
This commit is contained in:
@@ -13,6 +13,7 @@ import TransactionAmountFilterPage from '@/views/mobile/transactions/AmountFilte
|
||||
|
||||
import AccountListPage from '@/views/mobile/accounts/ListPage.vue';
|
||||
import AccountEditPage from '@/views/mobile/accounts/EditPage.vue';
|
||||
import AccountReconciliationStatementPage from '@/views/mobile/accounts/ReconciliationStatementPage.vue';
|
||||
|
||||
import StatisticsTransactionPage from '@/views/mobile/statistics/TransactionPage.vue';
|
||||
import StatisticsSettingsPage from '@/views/mobile/statistics/SettingsPage.vue';
|
||||
@@ -191,6 +192,11 @@ const routes: Router.RouteParameters[] = [
|
||||
async: asyncResolve(AccountEditPage),
|
||||
beforeEnter: [checkLogin]
|
||||
},
|
||||
{
|
||||
path: '/account/reconciliation_statements',
|
||||
async: asyncResolve(AccountReconciliationStatementPage),
|
||||
beforeEnter: [checkLogin]
|
||||
},
|
||||
{
|
||||
path: '/statistic/transaction',
|
||||
async: asyncResolve(StatisticsTransactionPage),
|
||||
|
||||
Reference in New Issue
Block a user