feat(unit-position): implement crud operations and update ui components

- Add new handler, service, and schema files for unit-position
- Update list configuration and entry form components
- Modify page title and integrate employee relation
- Implement CRUD operations with proper validation
This commit is contained in:
Khafid Prayoga
2025-10-30 12:14:32 +07:00
parent 59f1def565
commit 1dc42be406
8 changed files with 153 additions and 58 deletions

No files matched your search

@@ -6,7 +6,7 @@ import Error from '~/components/pub/my-ui/error/error.vue'
definePageMeta({
// middleware: ['rbac'],
roles: ['doctor', 'nurse', 'admisi', 'pharmacy', 'billing', 'management'],
title: 'Daftar Unit',
title: 'Daftar Unit Posisi',
contentFrame: 'cf-container-lg',
})