en-US:
agency: Agency
diff --git a/src/pages/Ecomerce/InvoicesView.vue b/src/pages/Ecomerce/InvoicesView.vue
index 4b417185..96621936 100644
--- a/src/pages/Ecomerce/InvoicesView.vue
+++ b/src/pages/Ecomerce/InvoicesView.vue
@@ -2,6 +2,8 @@
import { ref, onMounted, inject, computed } from 'vue';
import { useI18n } from 'vue-i18n';
+import VnTable from 'src/components/ui/VnTable.vue';
+
import { currency } from 'src/lib/filters.js';
import { date as qdate } from 'quasar';
import { userStore as useUserStore } from 'stores/user';
@@ -80,49 +82,43 @@ onMounted(async () => {
/>
-
-
-
-
-
+
+
+
-
-
- {{ t('downloadInvoicePdf') }}
-
-
-
-
- {{ t('requestTheInvoiceToComercial') }}
-
-
-
-
-
-
+
+ {{ t('downloadInvoicePdf') }}
+
+
+
+
+ {{ t('requestTheInvoiceToComercial') }}
+
+
+
+
+