From 181fed37d55b9d66cfb47ef021aaacc85ca231d6 Mon Sep 17 00:00:00 2001 From: riefive Date: Tue, 30 Sep 2025 13:55:34 +0700 Subject: [PATCH] feat(unit): finishing integrate unit --- app/components/app/unit/list.vue | 11 ++++++++--- app/components/content/unit/list.vue | 2 +- app/pages/(features)/org-src/unit/index.vue | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/app/components/app/unit/list.vue b/app/components/app/unit/list.vue index e9489ef1..cde2a4ce 100644 --- a/app/components/app/unit/list.vue +++ b/app/components/app/unit/list.vue @@ -22,10 +22,15 @@ function handlePageChange(page: number) { diff --git a/app/components/content/unit/list.vue b/app/components/content/unit/list.vue index 86ae3a1c..b2badd43 100644 --- a/app/components/content/unit/list.vue +++ b/app/components/content/unit/list.vue @@ -26,7 +26,7 @@ import { handleActionEdit, handleActionRemove, handleCancelForm, -} from '~/handlers/division.handler' +} from '~/handlers/unit.handler' // Services import { getUnits, getUnitDetail } from '~/services/unit.service' diff --git a/app/pages/(features)/org-src/unit/index.vue b/app/pages/(features)/org-src/unit/index.vue index b4a96759..baa77d6b 100644 --- a/app/pages/(features)/org-src/unit/index.vue +++ b/app/pages/(features)/org-src/unit/index.vue @@ -6,8 +6,8 @@ import Error from '~/components/pub/base/error/error.vue' definePageMeta({ // middleware: ['rbac'], roles: ['doctor', 'nurse', 'admisi', 'pharmacy', 'billing', 'management'], - title: 'List Unit', - contentFrame: 'cf-full-width', + title: 'Daftar Unit', + contentFrame: 'cf-container-lg', }) const route = useRoute()