From 3b092f88c602e790ee9405ff44dece318967f992 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 22 Apr 2024 15:01:53 -0400 Subject: [PATCH] CSR-1160 add wrapper to pages missed in conversion. --- src/layouts/payment-method/payment-method.vue | 102 +++++----- .../service-location/service-location.vue | 189 ++++++++++-------- 2 files changed, 159 insertions(+), 132 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 4eca0b17..9254eb6a 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -4,52 +4,62 @@ v-slot="{ meta }" @submit="onSubmit" @invalidSubmit="onInvalidSubmit"> -
- - - -
-
- -
- -
- - - - +
+
+
+ +
+
+
+
+ + +
+
+ +
+ +
+ + + + +
+
diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 12d0cf95..0185e3cb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -4,92 +4,109 @@ v-slot="{ meta }" @submit="onSubmit" @invalidSubmit="onInvalidSubmit"> -
- - -
- - - - - - - - - - - - >>>>>>> develop +
+
+
+
+
+
+ + +
+ + + + + + + + + + + + >>>>>>> develop +
+