From af9967a86471523a206e19220934c7f710d8a309 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Mon, 3 Sep 2018 14:39:38 +0800 Subject: [PATCH] remove USD sorting fixed term sorting --- resources/assets/js/pages/home.vue | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 16ef6863..5b9c6562 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -291,11 +291,10 @@ {{ scope.row.id }} - --> - + --> + - + @@ -322,12 +321,10 @@ Cancel --> - - - - - + + +
@@ -350,11 +347,10 @@ {{ scope.row.id }} - --> - + --> + - + @@ -534,7 +530,6 @@ export default { this.getBooking(); this.initBooking(); this.getRate(); - this.cancelBooking(); this.getBookingTableComplete(); }, methods: {