diff --git a/ui/README.md b/ui/README.md index 779c0be..02f6020 100644 --- a/ui/README.md +++ b/ui/README.md @@ -1,9 +1,14 @@ -# Vue 3 + Vite +# Project UI (Vue 3 + Vite) + +This project frontend is built with Vue 3 and Vite. It provides a user interface for managing various aspects of the application. + +## Development This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` ``` The specific prop name matches the module (e.g., `asistencia` for `cardAsistencia`, `employee` for `cardEmpleado`, `planilla` for `cardPlanilla`, `tarea` for `cardTarea`). + diff --git a/ui/src/components/asistencias/tablaAsistencias.vue b/ui/src/components/asistencias/tablaAsistencias.vue index b2848fe..f0a1520 100644 --- a/ui/src/components/asistencias/tablaAsistencias.vue +++ b/ui/src/components/asistencias/tablaAsistencias.vue @@ -1,31 +1,39 @@