From 94857d24642caf2f5ad4a2be27abf04e72102d3a Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Feb 2022 11:19:12 +0800 Subject: [PATCH] fix bill seeder --- .../bookings/elements/BookingComponent.vue | 112 ++++++++---------- 1 file changed, 49 insertions(+), 63 deletions(-) diff --git a/resources/assets/vue/components/bookings/elements/BookingComponent.vue b/resources/assets/vue/components/bookings/elements/BookingComponent.vue index efa0bde0..c0563a15 100644 --- a/resources/assets/vue/components/bookings/elements/BookingComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingComponent.vue @@ -2,7 +2,7 @@
-
+
-
+
-
{{this.item.marking}}
+
{{this.item.marking}}
-
{{this.item.created_at}}
+
{{this.item.created_at}}
-
+
Marking
- -
+
Currency
-
- {{this.item.convertible_currency.short_code}} +
+ {{this.item.convertible_currency.short_code}}
-
+
Transfer Type
-
{{this.item.service.name}}
+
{{this.item.service.name}}
-
+
Payable Amount
-
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
+
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
-
+
status
-
+
{{item.status === 3 ? 'Complete' : 'In Progress'}}
Billing
-
+
Pending...
-
-
-
-
+
+
+ @@ -75,49 +84,26 @@
-
-
- -
-
-
-
-
+
- -
-
Currency
-
- {{this.item.convertible_currency.short_code}} -
-
-
-
Transfer Type
-
{{this.item.service.name}}
-
-
-
Payable Amount
-
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
-
-
-
status
-
- {{item.status === 3 ? 'Complete' : 'In Progress'}} -
-
-
-
Billing
-
- Pending... -
-
+
+
Currency
+
+ {{this.item.convertible_currency.short_code}} +
+
+
+
Transfer Type
+
{{this.item.service.name}}
+
+