diff --git a/front/src/views/administrador/Procesos/CalificacionTest.vue b/front/src/views/administrador/Procesos/CalificacionTest.vue
index 1c91c58..cbaaf7b 100644
--- a/front/src/views/administrador/Procesos/CalificacionTest.vue
+++ b/front/src/views/administrador/Procesos/CalificacionTest.vue
@@ -18,21 +18,23 @@
row-key="id"
bordered
>
-
-
-
- Editar
-
-
-
-
- Eliminar
+
+
+
+
+ Editar
-
-
+
+
+
+ Eliminar
+
+
+
+
@@ -92,12 +94,12 @@ const form = ref({
})
const columns = [
- { title: 'Nombre', dataIndex: 'nombre' },
- { title: 'Correcta', dataIndex: 'puntos_correcta' },
- { title: 'Incorrecta', dataIndex: 'puntos_incorrecta' },
- { title: 'Nula', dataIndex: 'puntos_nula' },
- { title: 'Máximo', dataIndex: 'puntaje_maximo' },
- { title: 'Acciones', key: 'actions', slots: { customRender: 'actions' } }
+ { title: 'Nombre', dataIndex: 'nombre', key: 'nombre' },
+ { title: 'Correcta', dataIndex: 'puntos_correcta', key: 'puntos_correcta' },
+ { title: 'Incorrecta', dataIndex: 'puntos_incorrecta', key: 'puntos_incorrecta' },
+ { title: 'Nula', dataIndex: 'puntos_nula', key: 'puntos_nula' },
+ { title: 'Máximo', dataIndex: 'puntaje_maximo', key: 'puntaje_maximo' },
+ { title: 'Acciones', key: 'actions' } // 👈 sin slots
]
const cargar = async () => {
diff --git a/front/src/views/administrador/layout/layout.vue b/front/src/views/administrador/layout/layout.vue
index 46ef41a..993ba56 100644
--- a/front/src/views/administrador/layout/layout.vue
+++ b/front/src/views/administrador/layout/layout.vue
@@ -156,12 +156,12 @@
-