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
+
+
+
+
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' }}
-
-
+