refactor: menu document
This commit is contained in:
parent
bbb2d5c8b4
commit
1ea35890e9
3 changed files with 22 additions and 3 deletions
|
|
@ -130,7 +130,6 @@ onMounted(async () => {
|
|||
},
|
||||
{ label: 'workflow', route: '/workflow' },
|
||||
{ label: 'productService', route: '/product-service' },
|
||||
{ label: 'document', route: '/document-management' },
|
||||
{ label: 'customer', route: '/customer-management' },
|
||||
{ label: 'agencies', route: '/agencies-management' },
|
||||
],
|
||||
|
|
@ -164,6 +163,18 @@ onMounted(async () => {
|
|||
{ label: 'debitNote', route: '' },
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
label: 'menu.managDocumente',
|
||||
icon: 'mdi-archive',
|
||||
children: [
|
||||
{
|
||||
label: 'document',
|
||||
route: '/document-management',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
label: 'menu.overall',
|
||||
icon: 'mdi-monitor-dashboard',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue