Apartado del CSV y arreglo de bugs
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<!-- <section class="box">
|
||||
<p class="subtitle is-3">Asignar fechas de inscripción</p>
|
||||
|
||||
<FechasInscripcion />
|
||||
</section> -->
|
||||
<b-tabs v-model="activeTab">
|
||||
<b-tab-item label="Tabla de tickets">
|
||||
<TableTickets />
|
||||
@@ -13,6 +8,10 @@
|
||||
<b-tab-item label="Reportes">
|
||||
<Reporte :updateIsLoading="updateIsLoading" />
|
||||
</b-tab-item>
|
||||
|
||||
<b-tab-item label="Generar CSV">
|
||||
<GenerarCSV :updateIsLoading="updateIsLoading" />
|
||||
</b-tab-item>
|
||||
</b-tabs>
|
||||
</div>
|
||||
</template>
|
||||
@@ -20,12 +19,14 @@
|
||||
<script>
|
||||
import TableTickets from '~/components/admin/tableTickets.vue'
|
||||
import Reporte from '~/components/admin/reporte.vue'
|
||||
import GenerarCSV from '~/components/admin/CSV.vue'
|
||||
import FechasInscripcion from '~/components/admin/fechasInscripcion.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
TableTickets,
|
||||
Reporte,
|
||||
GenerarCSV,
|
||||
FechasInscripcion,
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user