feat/cleaning: complete the pages

This commit is contained in:
2025-10-13 07:30:42 +07:00
parent cad7ac6a71
commit 39cfe08a62
36 changed files with 265 additions and 58 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ const summaryData: any[] = [
const linkItems = [
{
title: 'Daftar Pasien',
link: '/patient',
link: '/client/patient',
icon: 'i-lucide-users',
},
{
@@ -89,7 +89,7 @@ const linkItems = [
},
{
title: 'Rehabilitasi',
link: '/patient',
link: '/client/patient',
icon: 'i-lucide-heart',
},
]
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
+10
View File
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -1,3 +0,0 @@
<template>
<div>Examination Queue</div>
</template>
@@ -1,3 +0,0 @@
<template>
<div>Examination</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -1,3 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div>Registration Queue</div>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -1,3 +0,0 @@
<template>
<div>Registration</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
+10
View File
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
@@ -0,0 +1,10 @@
<script setup lang="ts">
const route = useRoute();
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
</template>
+5 -5
View File
@@ -84,12 +84,12 @@
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/cemotherapy/encounter"
"link": "/outpatient-action/cemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/hemophilia/encounter"
"link": "/outpatient-action/hemophilia/encounter"
}
]
},
@@ -99,17 +99,17 @@
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/thalasemia/encounter"
"link": "/children-action/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/echocardiography/encounter"
"link": "/children-action/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/spirometry/encounter"
"link": "/children-action/spirometry"
}
]
}
+1 -1
View File
@@ -10,7 +10,7 @@
{
"title": "Lab - Order",
"icon": "i-lucide-microscope",
"link": "/lab-order"
"link": "/pc-lab-order"
},
{
"title": "Lab Mikro - Order",
+5 -5
View File
@@ -63,12 +63,12 @@
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/cemotherapy/encounter"
"link": "/outpation-action/cemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/hemophilia/encounter"
"link": "/outpation-action/hemophilia"
}
]
},
@@ -78,17 +78,17 @@
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/thalasemia/encounter"
"link": "/children-action/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/echocardiography/encounter"
"link": "/children-action/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/spirometry/encounter"
"link": "/children-action/spirometry"
}
]
}
+5 -5
View File
@@ -35,12 +35,12 @@
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/outpatient-medical-act/cemotherapy"
"link": "/outpatient-action/cemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/outpatient-medical-act/hemophilia"
"link": "/outpatient-action/hemophilia"
}
]
},
@@ -50,17 +50,17 @@
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/child-medical-act/thalasemia"
"link": "/children-action/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/child-medical-act/echocardiography"
"link": "/child-action/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/child-medical-act/spirometry"
"link": "/child-action/spirometry"
}
]
}
-11
View File
@@ -58,17 +58,6 @@
"link": "/tools-equipment-src/medicine-type"
}
]
},
{
"title": "Umum",
"icon": "i-lucide-airplay",
"children": [
{
"title": "Uom",
"icon": "i-lucide-airplay",
"link": "/common/uom"
}
]
}
]
}
+9 -19
View File
@@ -104,7 +104,7 @@
{
"title": "Lab - Order",
"icon": "i-lucide-microscope",
"link": "/lab-order"
"link": "/pc-lab-order"
},
{
"title": "Lab Mikro - Order",
@@ -139,12 +139,12 @@
{
"title": "Kemoterapi",
"icon": "i-lucide-droplets",
"link": "/cemotherapy/encounter"
"link": "/outpation-action/cemotherapy"
},
{
"title": "Hemofilia",
"icon": "i-lucide-droplet-off",
"link": "/hemophilia/encounter"
"link": "/outpation-action/hemophilia"
}
]
},
@@ -154,17 +154,17 @@
{
"title": "Thalasemi",
"icon": "i-lucide-baby",
"link": "/thalasemia/encounter"
"link": "/children-action/thalasemia"
},
{
"title": "Echocardiography",
"icon": "i-lucide-baby",
"link": "/echocardiography/encounter"
"link": "/children-action/echocardiography"
},
{
"title": "Spirometri",
"icon": "i-lucide-baby",
"link": "/spirometry/encounter"
"link": "/children-action/spirometry"
}
]
},
@@ -193,29 +193,19 @@
{
"title": "SEP",
"icon": "i-lucide-circuit-board",
"link": "/bpjs-integration/sep"
"link": "/integration/bpjs/sep"
},
{
"title": "Peserta",
"icon": "i-lucide-circuit-board",
"link": "/bpjs-integration/member"
"link": "/integration/bpjs/member"
}
]
},
{
"title": "SATUSEHAT",
"icon": "i-lucide-database",
"link": "/satusehat-integration"
},
{
"heading": "Keuangan",
"items": [
{
"title": "Daftar harga",
"icon": "i-lucide-list",
"link": "/item"
}
]
"link": "/integration/satusehat"
}
]
},