forked from verdnatura/salix-front
remove unnussed tags
This commit is contained in:
parent
dbbc8a4de6
commit
147d17301f
|
@ -121,19 +121,3 @@ const entriesTableColumns = computed(() => [
|
||||||
>
|
>
|
||||||
</QDialog>
|
</QDialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.q-table--horizontal-separator tbody tr:nth-child(odd) > td {
|
|
||||||
border-bottom-width: 0px;
|
|
||||||
border-top-width: 2px;
|
|
||||||
border-color: var(--vn-text-color);
|
|
||||||
}
|
|
||||||
.infoRow > td {
|
|
||||||
color: var(--vn-label-color);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<i18n>
|
|
||||||
es:
|
|
||||||
Print buys: Imprimir compras
|
|
||||||
</i18n>
|
|
||||||
|
|
|
@ -13,4 +13,4 @@ entryFilter:
|
||||||
|
|
||||||
landed: F. llegada
|
landed: F. llegada
|
||||||
shipped: F. salida
|
shipped: F. salida
|
||||||
printBuys: Imprimir etiquetas
|
Print buys: Imprimir etiquetas
|
||||||
|
|
Loading…
Reference in New Issue