From 8d620b8bcefa4594c902828d65f1bc6a657e50d8 Mon Sep 17 00:00:00 2001 From: Viet An Date: Wed, 1 Jul 2026 16:54:21 +0700 Subject: [PATCH] changes --- app/components/dashboard/RevenueChart.vue | 1 - app/components/dashboard/TopCustomer.vue | 2 - app/components/dashboard/TopProduct.vue | 2 - app/components/orders/InvoiceRow.vue | 13 ++-- app/components/orders/OrderDeliveryTab.vue | 2 +- app/components/orders/OrderHighlightCard.vue | 7 +-- app/components/orders/OrderHighlights.vue | 43 ++++++++++++++ app/components/orders/OrderKanbanCard.vue | 47 +++++++-------- app/components/orders/OrderPipeline.vue | 41 +++---------- app/components/orders/Orders.vue | 59 +++---------------- app/components/orders/OrdersKanban.vue | 14 ++--- app/components/orders/OrdersTable.vue | 28 +++++---- app/components/orders/PipelinePhase.vue | 21 +++++-- app/components/orders/SelectedOrder.vue | 4 +- .../orders/composables/useInvoices.js | 20 +++++++ app/utils/apis.js | 8 +-- 16 files changed, 155 insertions(+), 157 deletions(-) create mode 100644 app/components/orders/OrderHighlights.vue create mode 100644 app/components/orders/composables/useInvoices.js diff --git a/app/components/dashboard/RevenueChart.vue b/app/components/dashboard/RevenueChart.vue index 1eb695c..2c6d0a1 100644 --- a/app/components/dashboard/RevenueChart.vue +++ b/app/components/dashboard/RevenueChart.vue @@ -1,5 +1,4 @@