diff --git a/front/src/components/WebPageSections/HeroSection.vue b/front/src/components/WebPageSections/HeroSection.vue index a682165..5546700 100644 --- a/front/src/components/WebPageSections/HeroSection.vue +++ b/front/src/components/WebPageSections/HeroSection.vue @@ -54,20 +54,30 @@
+
Resultados del proceso de admisión vigente.
Selecciona el archivo que deseas consultar.
++ {{ webStore.procesoPrincipal?.fecha_examen1 + ? new Date(webStore.procesoPrincipal.fecha_examen1) + .toLocaleDateString('es-PE', { day:'2-digit', month:'long', year:'numeric' }) + : '' + }} +
+ {{ webStore.procesoPrincipal?.fecha_examen2 + ? new Date(webStore.procesoPrincipal.fecha_examen2) + .toLocaleDateString('es-PE', { day:'2-digit', month:'long', year:'numeric' }) + : '' + }} +
+