Update ProcessSection.vue

main
elmer-20 1 month ago
parent 33df6f477c
commit 8c72a1d983

@ -3,7 +3,8 @@
<section class="process-section" aria-labelledby="process-title"> <section class="process-section" aria-labelledby="process-title">
<div class="section-container"> <div class="section-container">
<div class="section-header"> <div class="section-header">
<h2 id="process-title" class="section-title">{{ tituloProceso }}</h2> <!-- <h2 id="process-title" class="section-title">{{ tituloProceso }}</h2> -->
<h2 id="process-title" class="section-title">EXAMEN GENERAL 2026 - I SEDES</h2>
<p class="section-subtitle"> <p class="section-subtitle">
¿No sabes por dónde empezar? Aquí te guiamos paso a paso y te decimos qué debes hacer hoy. ¿No sabes por dónde empezar? Aquí te guiamos paso a paso y te decimos qué debes hacer hoy.
</p> </p>
@ -33,7 +34,7 @@
</span> </span>
<span v-if="active.ins" class="badge badge-blue"> <span v-if="active.ins" class="badge badge-blue">
Inscripción activa (presencial en Campus Universitario) Inscripción activa (presencial en el lugar indicado por las sedes)
</span> </span>
<span v-if="active.exa" class="badge badge-green"> <span v-if="active.exa" class="badge badge-green">
@ -289,7 +290,7 @@ const stepsItems = computed(() => {
status: getStepStatus(0, p), status: getStepStatus(0, p),
}, },
{ {
title: "Inscripción Presencial (Campus)", title: "Inscripción Presencial (Lugar establecido por las sedes)",
description: withActiveBadge( description: withActiveBadge(
fmtRange(p.fecha_inicio_inscripcion, p.fecha_fin_inscripcion), fmtRange(p.fecha_inicio_inscripcion, p.fecha_fin_inscripcion),
a.ins a.ins

Loading…
Cancel
Save