diff --git a/components/TabelData.vue b/components/TabelData.vue new file mode 100644 index 0000000..f03e96a --- /dev/null +++ b/components/TabelData.vue @@ -0,0 +1,189 @@ + + + + + {{ title }} + + + + Show + + entries + + + Search: + + + + + + + + + + + + + + Showing {{ currentPageStart }} to {{ currentPageEnd }} of {{ totalEntries }} entries + + + + Previous + + + + {{ page }} + + ... + + + Next + + + + + + + \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index 7fa0d0a..a41788a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -152,7 +152,7 @@ const currentActiveMenu = computed(() => { \ No newline at end of file diff --git a/pages/Loket-Admin.vue b/pages/Loket-Admin.vue new file mode 100644 index 0000000..a141cce --- /dev/null +++ b/pages/Loket-Admin.vue @@ -0,0 +1,318 @@ + + + + + + + + + Total 2 + + + Max 150 Pasien + + + + + + + mdi-view-dashboard + Dashboard + Loket 12 | Rabu, 13 Agustus 2025 - Pelayanan + + + + + + + + + + + + + + Loket 12 | Rabu, 13 Agustus 2025 - Pelayanan : + + + + + + + 1 + + + 5 + + + 10 + + + 20 + + + + + + + + + + + NEXT + + + Pasien - UM1004 + + + Klik untuk memanggil pasien selanjutnya + + + + + + + + + + + Panggil + Cancel + Selesai + + + + {{ item.jamPanggil }} + + + + + + + Total Quota Terpakai 5 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/LoketAdmin.vue b/pages/LoketAdmin.vue deleted file mode 100644 index 39b19d6..0000000 --- a/pages/LoketAdmin.vue +++ /dev/null @@ -1,783 +0,0 @@ - - - - - - - - - - - - Total 2 - - - - Max 150 Pasien - - - - - - - mdi-view-dashboard - Dashboard - Loket 12 | Rabu, 13 Agustus 2025 - Pelayanan - - - - - - - - - - - - - - - - - Loket 12 | Rabu, 13 Agustus 2025 - Pelayanan : - - - - - - - - 1 - - - 5 - - - 10 - - - 20 - - - - - - - - - - - - NEXT - - - Pasien - UM1004 - - - Klik untuk memanggil pasien selanjutnya - - - - - - - - - - DATA PASIEN - - - - - Show - - entries - - - - Search: - - - - - - - - Panggil - Cancel - Selesai - - - - {{ item.jamPanggil }} - - - - - - - - Showing {{ getStartEntry(mainCurrentPage, itemsPerPage) }} to - {{ - getEndEntry( - mainCurrentPage, - itemsPerPage, - filteredMainPatients.length - ) - }} - of {{ filteredMainPatients.length }} entries - - - - - - - Previous - - - - {{ page }} - - - - Next - - - - - - - - - - Total Quota Terpakai 5 - - - - - - - INFO PASIEN LAPOR TERLAMBAT - - - - - Show - - entries - - - - Search: - - - - - - - No data available in table - - - - - - - - Showing - {{ getStartEntry(lateCurrentPage, lateItemsPerPage) }} to - {{ - getEndEntry( - lateCurrentPage, - lateItemsPerPage, - filteredLatePatients.length - ) - }} - of {{ filteredLatePatients.length }} entries - - - - - - - Previous - - - - {{ page }} - - - - Next - - - - - - - - - - INFO PASIEN MASUK KLINIK - - - - - Show - - entries - - - - Search: - - - - - - - No data available in table - - - - - - - - Showing - {{ getStartEntry(clinicCurrentPage, clinicItemsPerPage) }} to - {{ - getEndEntry( - clinicCurrentPage, - clinicItemsPerPage, - filteredClinicPatients.length - ) - }} - of {{ filteredClinicPatients.length }} entries - - - - - - - Previous - - - - {{ page }} - - - - Next - - - - - - - - - - - - - \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 64ea199..e1d7f6f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,3 @@ - - Admin Anjungan @@ -29,203 +27,42 @@ - - - - DATA PENGUNJUNG TERLAMBAT - - - - Show - - entries - - - - - - - - Showing {{ currentPageStart }} to {{ currentPageEnd }} of {{ totalLateEntries }} entries - - - - Previous - - - - {{ page }} - - ... - - - Next - - - - + - - - - DATA PENGUNJUNG - - - - - Show - - entries - - - Search: - - - - - - - Tiket - Tiket Pengantar - ByPass - - - - - - - Showing {{ mainCurrentPageStart }} to {{ mainCurrentPageEnd }} of {{ totalMainEntries }} entries - - - + + + Tiket + Tiket Pengantar - Previous - - - - {{ page }} - - ... - - - Next - + ByPass - - + + + \ No newline at end of file
Admin Anjungan