✨ feat (rehab): add rehab feature pages and menu items
This commit is contained in:
@@ -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>
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user