Etiquetas del admin

This commit is contained in:
Andres2908
2022-01-20 17:42:55 -06:00
parent 36aabbc70c
commit c8ac4ff794
+7
View File
@@ -4,6 +4,13 @@
<b-table-column field="numeroCuenta" label="Número de cuenta" centered>
</b-table-column>
<b-table-column field="folio" label="Folio" centered> </b-table-column>
<b-table-column field="cantidad" label="Cantidad" centered>
</b-table-column>
<b-table-column field="fecha" label="Fecha" centered> </b-table-column>
<b-table-column field="ticket" label="Ticket" centered>
<b-button type="is-info">Ver ticket</b-button>
</b-table-column>