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