2023-12-22 11:28:08 +00:00
|
|
|
<script setup>
|
2024-05-16 19:38:27 +00:00
|
|
|
import WorkerDepartmentTree from './WorkerDepartmentTree.vue';
|
2023-12-22 11:28:08 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<QPage class="column items-center q-pa-md">
|
2024-05-16 19:38:27 +00:00
|
|
|
<WorkerDepartmentTree />
|
2023-12-22 11:28:08 +00:00
|
|
|
</QPage>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<i18n>
|
|
|
|
es:
|
|
|
|
Search worker: Buscar trabajador
|
|
|
|
You can search by worker id or name: Puedes buscar por id o nombre del trabajador
|
|
|
|
</i18n>
|