feat: add route report and dashboard
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
Thanaphon Frappet 2025-03-04 11:22:31 +07:00
parent 6f256cc254
commit 4be37ad268
2 changed files with 23 additions and 13 deletions

View file

@ -172,8 +172,8 @@ onMounted(async () => {
label: 'menu.overall',
icon: 'mdi-monitor-dashboard',
children: [
{ label: 'report', route: '' },
{ label: 'dashboard', route: '' },
{ label: 'report', route: '/report' },
{ label: 'dashboard', route: '/dash-board' },
],
},
];