feat: add diagnosis name handling and update SEP title in integration pages

This commit is contained in:
riefive
2025-12-01 14:53:09 +07:00
parent 8a954a8c00
commit 4dc7aa2fe9
4 changed files with 18 additions and 6 deletions
@@ -5,7 +5,7 @@ import Content from '~/components/content/sep/list.vue'
definePageMeta({
middleware: ['rbac'],
roles: ['doctor', 'nurse', 'admisi', 'pharmacy', 'billing', 'management'],
title: 'Daftar User',
title: 'Daftar SEP',
contentFrame: 'cf-full-width',
})