fix : hide filter all
This commit is contained in:
+3
-6
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user