Ocultar domingos
This commit is contained in:
@@ -124,6 +124,7 @@ const store = reactive({
|
||||
maxDate: new Date(`${periodo_data.fecha_final}:00:00:00`),
|
||||
dateFormat: "yy-mm-dd",
|
||||
showAnim: "slide",
|
||||
beforeShowDay: (date: Date) => [(date.getDay() != 0), ""]
|
||||
});
|
||||
|
||||
const fecha = $("#fecha"), inicio = $("#fecha_inicio"), fin = $("#fecha_fin")
|
||||
@@ -257,6 +258,7 @@ const store = reactive({
|
||||
})
|
||||
this.data = await res.json()
|
||||
this.loading = false
|
||||
store.current.page = 1
|
||||
},
|
||||
invertir() {
|
||||
this.data = this.data.reverse()
|
||||
|
||||
Reference in New Issue
Block a user