feat: Add admin counter queue page with patient and current patient cards.

This commit is contained in:
Fanrouver
2026-02-13 14:59:00 +07:00
parent 67a5514654
commit 95ff83027c
3 changed files with 212 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
:class="{
'clickable-card': isClickable,
'fast-track-card': isFastTrack && !isCurrentlyProcessing,
'processing-card': isCurrentlyProcessing
'processing-card': isCurrentlyProcessing || patient.status === 'diproses'
}"
@click="handleCardClick"
v-bind="isClickable ? tooltipProps : {}"