feat(sep): remove not used variables

This commit is contained in:
riefive
2025-09-11 14:55:03 +07:00
parent 42d39bd08b
commit bfb6cc39bf
-4
View File
@@ -6,10 +6,6 @@ import Header from '~/components/pub/custom-ui/nav-header/prep.vue'
const search = ref('')
const dateRange = ref('12 Agustus 2025 - 32 Agustus 2025')
const perPage = ref('10')
const currentPage = ref(1)
const totalPages = 20
const perPageOptions = [10, 25, 50].map((value) => ({ value: value.toString(), label: value.toString() }))
interface SepData {
tgl_sep: string