feat: add route report and dashboard
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
This commit is contained in:
parent
6f256cc254
commit
4be37ad268
2 changed files with 23 additions and 13 deletions
|
|
@ -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' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue