diff --git a/nuxt4-app/app/components/ClienteSelector.vue b/nuxt4-app/app/components/ClienteSelector.vue index 0f225c3..770d925 100644 --- a/nuxt4-app/app/components/ClienteSelector.vue +++ b/nuxt4-app/app/components/ClienteSelector.vue @@ -3,30 +3,27 @@
- - diff --git a/nuxt4-app/app/layouts/dashboard.vue b/nuxt4-app/app/layouts/dashboard.vue index e04a541..07e5ec2 100644 --- a/nuxt4-app/app/layouts/dashboard.vue +++ b/nuxt4-app/app/layouts/dashboard.vue @@ -124,6 +124,12 @@ const navigationPrimary = computed(() => [ to: '/panorama', active: route.path === '/panorama' }, + { + label: 'Cuenta Cliente', + icon: 'i-lucide-user-circle', + to: '/cuenta-cliente', + active: route.path === '/cuenta-cliente' + }, { label: 'Explorador de datos', icon: 'i-lucide-table', diff --git a/nuxt4-app/app/pages/cuenta-cliente.vue b/nuxt4-app/app/pages/cuenta-cliente.vue new file mode 100644 index 0000000..0d8eb01 --- /dev/null +++ b/nuxt4-app/app/pages/cuenta-cliente.vue @@ -0,0 +1,221 @@ + + +