push perbaikan layar informasi info klinik ruang tidak muncul

This commit is contained in:
Fanrouver
2026-05-21 10:10:46 +07:00
parent f622052c67
commit ec9dac0789
2 changed files with 20 additions and 15 deletions
+18 -7
View File
@@ -33,13 +33,24 @@
</v-icon>
</div>
</div>
<v-chip
:color="getStatusColor(patient.status)"
size="small"
class="status-chip"
>
{{ getStatusLabel(patient.status) }}
</v-chip>
<div class="header-right d-flex align-center" style="gap: 8px;">
<v-chip
v-if="patient.ruang"
color="primary-600"
variant="outlined"
size="small"
class="subspesialis-chip text-caption font-weight-bold"
>
{{ patient.ruang }}
</v-chip>
<v-chip
:color="getStatusColor(patient.status)"
size="small"
class="status-chip"
>
{{ getStatusLabel(patient.status) }}
</v-chip>
</div>
</div>
<!-- Patient Info - Compact Single Row -->