mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add transaction list page for desktop
This commit is contained in:
@@ -82,7 +82,15 @@ const router = createRouter({
|
||||
{
|
||||
path: '/transactions',
|
||||
component: TransactionsPage,
|
||||
beforeEnter: checkLogin
|
||||
beforeEnter: checkLogin,
|
||||
props: route => ({
|
||||
initDateType: route.query.dateType,
|
||||
initMaxTime: route.query.maxTime,
|
||||
initMinTime: route.query.minTime,
|
||||
initType: route.query.type,
|
||||
initCategoryId: route.query.categoryId,
|
||||
initAccountId: route.query.accountId
|
||||
})
|
||||
},
|
||||
{
|
||||
path: '/statistics/transaction',
|
||||
|
||||
Reference in New Issue
Block a user