feat(sep): remove not used variables
This commit is contained in:
@@ -6,10 +6,6 @@ import Header from '~/components/pub/custom-ui/nav-header/prep.vue'
|
|||||||
|
|
||||||
const search = ref('')
|
const search = ref('')
|
||||||
const dateRange = ref('12 Agustus 2025 - 32 Agustus 2025')
|
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 {
|
interface SepData {
|
||||||
tgl_sep: string
|
tgl_sep: string
|
||||||
|
|||||||
Reference in New Issue
Block a user