feat (rehab): add rehab feature pages and menu items

This commit is contained in:
Abizrh
2025-08-19 17:13:45 +07:00
parent ec5339d563
commit 83b1c2cad3
5 changed files with 25 additions and 1 deletions
@@ -0,0 +1,3 @@
<template>
<div>Examination Queue</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Examination</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Registration Queue</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Registration</div>
</template>
+13 -1
View File
@@ -43,7 +43,19 @@
{
"title": "Rehabilitasi Medik",
"icon": "i-lucide-heart",
"link": "/rehabilitasi"
"link": "/rehabilitasi",
"children": [
{
"title": "Daftar Kunjungan Rawat Jalan",
"icon": "i-lucide-stethoscope",
"link": "/rehab/registration-queue"
},
{
"title": "Daftar Kunjungan Rawat Inap",
"icon": "i-lucide-building-2",
"link": "/rehab/examination"
}
]
},
{
"title": "Rawat Inap",