diff --git a/src/layouts/DrawerComponent.vue b/src/layouts/DrawerComponent.vue index e7664456..c1b01436 100644 --- a/src/layouts/DrawerComponent.vue +++ b/src/layouts/DrawerComponent.vue @@ -143,7 +143,7 @@ function initMenu() { 'admin', 'branch_manager', 'head_of_accountant', - 'account', + 'accountant', 'head_of_sale', 'sale', ]), @@ -175,7 +175,7 @@ function initMenu() { 'admin', 'branch_manager', 'head_of_accountant', - 'account', + 'accountant', 'head_of_sale', 'sale', ]), @@ -213,7 +213,7 @@ function initMenu() { children: [ { label: 'usage', - route: `/manual`, + route: '/manual', }, ], }, @@ -500,8 +500,9 @@ onMounted(async () => { +