feat: route to product and service
This commit is contained in:
parent
d270e04ce7
commit
7bac214529
2 changed files with 6 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const labelMenu = ref<{ label: string; icon: string; route: string }[]>([
|
|||
{
|
||||
label: 'drawerProductsAndServices',
|
||||
icon: 'raphael:package',
|
||||
route: '',
|
||||
route: '/product-service',
|
||||
},
|
||||
{ label: 'drawerQuotation', icon: 'raphael:package', route: '' },
|
||||
{ label: 'drawerRequestList', icon: 'raphael:package', route: '' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue