diff --git a/components/features/queue/CurrentPatientCard.vue b/components/features/queue/CurrentPatientCard.vue index 5f4b141..9bd50a4 100644 --- a/components/features/queue/CurrentPatientCard.vue +++ b/components/features/queue/CurrentPatientCard.vue @@ -32,7 +32,24 @@
mdi-account-off-outline -
Tidak ada pasien yang diproses
+
Tidak ada pasien yang diproses
+ + mdi-play-circle + Proses Antrian Berikutnya + +
+
{{ nextQueueInfo }}
+
+
+
Tidak ada antrian di loket
+
@@ -52,10 +69,18 @@ defineProps({ changeButtonText: { type: String, default: 'Ubah Klinik' + }, + hasNextQueue: { + type: Boolean, + default: false + }, + nextQueueInfo: { + type: String, + default: null } }); -defineEmits(['action', 'change-klinik']); +defineEmits(['action', 'change-klinik', 'process-next']); \ No newline at end of file + diff --git a/pages/Anjungan/Anjungan/[id].vue b/pages/Anjungan/Anjungan/[id].vue index 520c65c..9c54205 100644 --- a/pages/Anjungan/Anjungan/[id].vue +++ b/pages/Anjungan/Anjungan/[id].vue @@ -53,12 +53,10 @@ elevation="0" > -

{{ clinic.name }}

-
mdi-doctor @@ -66,7 +64,6 @@ {{ getDisplayDoctorInfo(clinic) }}
-
mdi-clock-outline @@ -74,7 +71,6 @@ {{ clinic.schedule || 'Tidak tersedia' }}
-
- + mdi-check-circle @@ -118,7 +114,7 @@

Dokter yang Tersedia:

    -
  • +
  • {{ doctor }}
@@ -177,7 +173,7 @@ - + Jenis Pembayaran @@ -197,7 +193,7 @@ - + Pilih Jadwal Kunjungan @@ -267,10 +263,9 @@ diff --git a/pages/Setting/MasterKlinikRuang.vue b/pages/Setting/MasterKlinikRuang.vue index cdcbf67..ff12ea0 100644 --- a/pages/Setting/MasterKlinikRuang.vue +++ b/pages/Setting/MasterKlinikRuang.vue @@ -50,6 +50,18 @@ {{ item.namaKlinik }} + +