diff --git a/resources/assets/js/pages/admin/booking/verification.vue b/resources/assets/js/pages/admin/booking/verification.vue index 8d29575e..54da4315 100644 --- a/resources/assets/js/pages/admin/booking/verification.vue +++ b/resources/assets/js/pages/admin/booking/verification.vue @@ -206,8 +206,8 @@ - Aprroved - Rejected + Aprroved + Rejected @@ -230,7 +230,7 @@ data() { return { status: 2, - loading: false, + loading_btn: false, booking_details:{ id: null, amount: null, @@ -263,6 +263,7 @@ }, methods: { approveUserSlip() { + this.loading_btn = true // axios.get('api/booking') // .then((response) => { // console.log(response) @@ -270,6 +271,8 @@ // }) }, rejectUserSlip() { + // TODO reject with reason + this.loading_btn = true // axios.get('api/booking') // .then((response) => { // console.log(response)