From 45c878a2edba69415a5371903fc946574e44e4e7 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 6 Apr 2022 10:21:40 +0800 Subject: [PATCH] add orders created date to the table --- .../orders/sections/DeliveryOrdersTableSectionComponent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/vue/components/orders/sections/DeliveryOrdersTableSectionComponent.vue b/resources/assets/vue/components/orders/sections/DeliveryOrdersTableSectionComponent.vue index 532891ba..47230b24 100644 --- a/resources/assets/vue/components/orders/sections/DeliveryOrdersTableSectionComponent.vue +++ b/resources/assets/vue/components/orders/sections/DeliveryOrdersTableSectionComponent.vue @@ -43,6 +43,7 @@ Receiver Name Receiver Address Receiver Phone + Created Date @@ -70,6 +71,7 @@ {{data.delivery_address.contact.reference}} {{data.delivery_address.street_one+' '+(data.delivery_address.street_two ? data.delivery_address.street_two : '')+', '+ data.delivery_address.district.name+', '+data.delivery_address.post_code+' '+data.delivery_address.state.name+', '+data.delivery_address.country.name}} {{data.delivery_address.contact.phone}} + {{data.created_at}} No data available in table