From 487d07e28cf752d186a7b575a2abec5598aca5f6 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Fri, 20 Oct 2023 16:02:04 +0800 Subject: [PATCH] update design for approve payment --- .../elements/PaymentVerificationComponent.vue | 52 ++++++++++--------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue index d9371827..fbf6cc66 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/PaymentVerificationComponent.vue @@ -2,7 +2,7 @@
-
+
@@ -156,32 +156,36 @@
-
-

{{ index + 1 }}.

-
-
-

Invoice No

-
{{ invoice.bill_no }}
-
- -
-

-
-
-

Invoice Date

-
{{ invoice.created_at }}
-
-
-

Amount

-
{{ invoice.amount.toFixed(2) }}
+
+
+
+

{{ index + 1 }}.

+
+
+

Invoice No

+
{{ invoice.bill_no }}
+
+ +
+
+
+

+
+
+

Invoice Date

+
{{ invoice.created_at }}
+
+
+

Amount

+
{{ invoice.amount.toFixed(2) }}
+
+
- -