perf: refs #8305 delivery note list
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
5e7d574204
commit
5fc3eaccbd
|
@ -22,7 +22,7 @@ const totalAmount = ref();
|
||||||
|
|
||||||
const columns = computed(() => [
|
const columns = computed(() => [
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'left',
|
||||||
name: 'id',
|
name: 'id',
|
||||||
label: t('globals.id'),
|
label: t('globals.id'),
|
||||||
chip: { condition: () => true },
|
chip: { condition: () => true },
|
||||||
|
@ -182,7 +182,6 @@ watch(
|
||||||
<InvoiceInDescriptorProxy :id="row.invoiceInFk" />
|
<InvoiceInDescriptorProxy :id="row.invoiceInFk" />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<!-- en el footer sumatorio de los checkbox marcados-->
|
|
||||||
<template #column-footer-amount>
|
<template #column-footer-amount>
|
||||||
<span class="q-pr-xs">
|
<span class="q-pr-xs">
|
||||||
{{}}
|
{{}}
|
||||||
|
|
Loading…
Reference in New Issue