diff --git a/app/components/content/sep/list.vue b/app/components/content/sep/list.vue index c795a162..b791de77 100644 --- a/app/components/content/sep/list.vue +++ b/app/components/content/sep/list.vue @@ -22,7 +22,7 @@ import type { VclaimSepData } from '~/models/vclaim' import { getList as geMonitoringVisitList } from '~/services/vclaim-monitoring-visit.service' const search = ref('') -const dateRange = ref('12 Agustus 2025 - 32 Agustus 2025') +const dateRange = ref('12 Agustus 2025 - 31 Agustus 2025') const open = ref(false) const sepData = { @@ -189,7 +189,7 @@ provide('table_data_loader', isLoading)