From 118ce0f81929e34094355a591ee65a3371f13f71 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Tue, 19 Jun 2018 17:36:39 +0800 Subject: [PATCH] fix tracking status number --- resources/assets/js/pages/home.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 2da6e0da..3e91d8c9 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -259,7 +259,7 @@

{{ scope.row.status_desc }}

- {{ scope.row.status }} + {{ scope.row.track_status }}
@@ -359,7 +359,7 @@ rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(1/6)', + track_status: '(1/6)', status_desc: 'Waiting for payment', timeout: '56:00:00', status: 2 @@ -370,7 +370,7 @@ rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(2/6)', + track_status: '(2/6)', status_desc: 'Waiting verification', timeout: '56:00:00', status: 3 @@ -381,7 +381,7 @@ rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(3/6)', + track_status: '(3/6)', status_desc: 'Processing transfer', timeout: '56:00:00', status: 4 @@ -392,29 +392,29 @@ rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(4/6)', + track_status: '(4/6)', status_desc: 'Transfer Complete, please upload your PO', timeout: '56:00:00', status: 5 }, { date: '12/1/2018', - booking_no: '005', + booking_no: '16', rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(5/6)', + track_status: '(5/6)', status_desc: 'Processing invoice', timeout: '56:00:00', status: 6 }, { date: '12/1/2018', - booking_no: '006', + booking_no: '17', rate: '1.23', amount: 'RM 1000', transfer_amount: 'RMB 10000', - status: '(6/6)', + track_status: '(6/6)', status_desc: 'Order Completed', timeout: '56:00:00', status: 6