Ocultar domingos

This commit is contained in:
2023-09-04 14:50:00 +00:00
parent c0ce381118
commit a761df59a7
6 changed files with 124 additions and 76 deletions

View File

@@ -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()