diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index 14caee4d..7806ab15 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -15,7 +15,11 @@ const labelMenu: { icon: 'mdi-sitemap-outline', route: '/branch-management', }, - { label: 'จัดการบุคลากร', icon: 'mdi-account-settings-outline', route: '' }, + { + label: 'จัดการบุคลากร', + icon: 'mdi-account-settings-outline', + route: '/personnel-management', + }, { label: 'จัดการลูกค้า', icon: 'mdi-account-settings-outline', route: '' }, { label: 'สินค้าและบริการ', icon: 'mdi-package-variant', route: '' }, { label: 'ใบเสนอราคา', icon: 'mdi-package-variant', route: '' },