diff --git a/CHANGELOG.md b/CHANGELOG.md index 2692af65..52c00e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +### 1.0.5-alpha 2018-09-03 +- Fixed 404 error on downloading PO format +- Fixed admin step 2 404 error +- Fixed all files 404 error +- Updated sorting feature +- Added marking column to admin completed table + ### 1.0.4-alpha 2018-08-27 - Updated bank setting dropdown list to [Beneficiary Name : bank name : bank account no] - Fixed some booking view status 404 error diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 759cc4c1..32e7623c 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: {