Fix: correcciones de accesibilidad y tipo de fecha
- Agregar title y description a UModal de gestión de impresoras - Agregar description a UDrawer de guardar template - Corregir tipo de parámetro formatDate para aceptar string | number
This commit is contained in:
@@ -85,10 +85,7 @@ onMounted(() => {
|
||||
<LayoutMobileNavigation v-model="activeTab" />
|
||||
|
||||
<!-- Modal para gestionar impresoras (desktop) -->
|
||||
<UModal v-model:open="showPrintersDrawer">
|
||||
<template #header>
|
||||
<h3 class="text-lg font-semibold">Gestión de Impresoras</h3>
|
||||
</template>
|
||||
<UModal v-model:open="showPrintersDrawer" title="Gestión de Impresoras" description="Configurar impresoras disponibles">
|
||||
<template #body>
|
||||
<PrintersList />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user