diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 6c77d44df..1708f9b6c 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -65,6 +65,10 @@ const $props = defineProps({ type: Boolean, default: false, }, + disableInfiniteScroll: { + type: Boolean, + default: false, + }, hasSubToolbar: { type: Boolean, default: true, @@ -335,11 +339,13 @@ defineExpose({
+ > + { :url="`#/customer/${entityId}/fiscal-data`" :text="t('customer.summary.fiscalData')" /> - + { :label="t('customer.summary.isActive')" :value="entity.isActive" /> - - + { :label="t('customer.summary.hasToInvoice')" :value="entity.hasToInvoice" /> - - + { /> - + { :value="toCurrency(entity?.mana?.mana)" /> @@ -236,7 +243,6 @@ const creditWarning = computed(() => { :value="toCurrency(entity?.averageInvoiced?.invoiced)" /> @@ -262,12 +268,10 @@ const creditWarning = computed(() => { /> - { :value="entity.recommendedCredit" /> - + diff --git a/src/pages/Customer/components/CustomerSummaryTable.vue b/src/pages/Customer/components/CustomerSummaryTable.vue index c25870fd8..da310934d 100644 --- a/src/pages/Customer/components/CustomerSummaryTable.vue +++ b/src/pages/Customer/components/CustomerSummaryTable.vue @@ -1,22 +1,25 @@ diff --git a/src/pages/Customer/components/CustomerSummaryTableActions.vue b/src/pages/Customer/components/CustomerSummaryTableActions.vue deleted file mode 100644 index 154a37d22..000000000 --- a/src/pages/Customer/components/CustomerSummaryTableActions.vue +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -es: - Go to lines: Ir a lineas - Preview: Vista previa -