From 64eeeb67fadcf8b1298c2423a55d26d0d8b83c7c Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 3 Sep 2024 10:00:44 +0200 Subject: [PATCH] refs #6899 fix InvoiceOut --- src/pages/InvoiceOut/Card/InvoiceOutSummary.vue | 2 +- src/pages/InvoiceOut/InvoiceOutList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue index e9d5a2f1f..5db802065 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue @@ -176,7 +176,7 @@ const ticketsColumns = ref([ {{ value }} - + diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 9423c28f6..f6dc0c674 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -205,7 +205,7 @@ watchEffect(selectedRows); }, }" v-model:selected="selectedRows" - order="id DESC" + order="issued DESC, id DESC" :columns="columns" redirect="invoice-out" auto-load -- 2.40.1