feat: จัดการลูกค้า

This commit is contained in:
Net 2024-04-22 12:16:17 +07:00
parent bd16d0695f
commit 2959a3d8c8
3 changed files with 11 additions and 1 deletions

View file

@ -26,7 +26,7 @@ const labelMenu = ref<{ label: string; icon: string; route: string }[]>([
{
label: 'drawerCustomerManagement',
icon: 'mdi-account-settings-outline',
route: '',
route: '/customer-management',
},
{
label: 'drawerProductsAndServices',