ya funcionando el mcp, vamos a continuar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user