diff --git a/src/pages/InvoiceIn/Card/InvoiceInVat.vue b/src/pages/InvoiceIn/Card/InvoiceInVat.vue index f781ffeda..f99e060b8 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInVat.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInVat.vue @@ -92,8 +92,7 @@ const columns = computed(() => [ }, { name: 'total', - label: t('Total'), - + label: 'Total', align: 'left', }, ]);