fix : hide filter all

This commit is contained in:
Yusron alamsyah
2026-04-27 14:13:25 +07:00
parent 41cd9d2715
commit 873a156923
+3 -6
View File
@@ -621,9 +621,6 @@ watch(useAllPeriod, () => {
if (hasDashboardAccess.value) {
fetchStatusAntrian();
fetchKategoriAntrian();
fetchAntrianPerHari();
fetchAntrianPerSpesialis();
fetchAntrianPerSubspesialis();
}
});
@@ -920,7 +917,7 @@ definePageMeta({
</v-col>
<!-- Line Chart - Antrian Per Hari -->
<v-col cols="12" lg="12">
<v-col cols="12" lg="12" v-if="!useAllPeriod">
<v-card elevation="10">
<v-card-item>
<div class="d-flex align-center justify-space-between mb-4">
@@ -949,7 +946,7 @@ definePageMeta({
</v-col>
<!-- Chart Antrian Per Spesialis -->
<v-col cols="12" lg="6">
<v-col cols="12" lg="6" v-if="!useAllPeriod">
<v-card elevation="10">
<v-card-item>
<div class="d-flex align-center justify-space-between mb-4">
@@ -984,7 +981,7 @@ definePageMeta({
</v-col>
<!-- Chart Antrian Per Subspesialis -->
<v-col cols="12" lg="6">
<v-col cols="12" lg="6" v-if="!useAllPeriod">
<v-card elevation="10">
<v-card-item>
<div class="d-flex align-center justify-space-between mb-4">