ya funcionando el mcp, vamos a continuar

This commit is contained in:
2025-06-03 16:09:43 -06:00
parent 1ecf990b9c
commit e3a39decda
385 changed files with 4671 additions and 55982 deletions

View File

@@ -54,7 +54,7 @@ const columns = [
{ key: 'cedula', label: 'Cédula' },
{ key: 'telefono', label: 'Teléfono' },
{ key: 'ubicacion', label: 'Ubicación' },
{ key: 'idciat', label: 'ID CIAT' },
{ key: 'id', label: 'ID' },
];
// Keep existing methods

View File

@@ -150,7 +150,7 @@ import { ref, onMounted, computed } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { storeToRefs } from 'pinia'
import { useEmpleadosStore } from '@/stores/useEmpleados.js'
import { useUi } from '@/stores/useUi'; // Corrected UI store import
import { useUi } from '@/stores/useUi.js'; // Corrected UI store import
/* ───── Tipos ───── */
interface EmpleadoForm {