diff --git a/src/components/VerticalLabelValue.vue b/src/components/VerticalLabelValue.vue new file mode 100644 index 0000000..67b434d --- /dev/null +++ b/src/components/VerticalLabelValue.vue @@ -0,0 +1,17 @@ + + + + + {{ label }} + + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 6b12651..c6525de 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -43,9 +43,20 @@ const routes = [ { path: "/customerAccount/:accountNumber", name: "customerAccount", - component: CustomerAccountView, - components: { default: CustomerAccountView, SideBarView: SideBarView }, - props: { default: true, SideBarView: true }, + components: { default: CustomerAccountView }, + props: { + default: (route) => ({ + accountNumber: route.params.accountNumber, + channel: route.query.channel, + type: route.query.type, + queue: route.query.queue, + direction: route.query.direction, + startTime: route.query.startTime, + dnis: route.query.dnis, + ani: route.query.ani, + transferSummary: route.query.transferSummary + }), + }, }, { path: "/debug", diff --git a/src/views/CustomerAccountView.vue b/src/views/CustomerAccountView.vue index 24aaf6f..e174dfb 100644 --- a/src/views/CustomerAccountView.vue +++ b/src/views/CustomerAccountView.vue @@ -1,82 +1,109 @@ + - - Account Number: - - - Plan Type: - - - Customer Name: - - - Address Line 1: - - - Address Line 2: - - - Postcode: - - - City: - - + Summary {{accountNumber}} + + + + + + Telephony Data + + + + + + - - Edit Account - New Account + + + Da Vinci Transfer Summary + + Payments How much is my premium? + IVA: Your premium is 100 a month + Why did my premium go up? + There are many factors that can impact your premium, let me escalate you to an agent + Customer is passed over to General Inquiries queue + + + + + + + Auto ID Card + + + + + + + + + + + + + + + + + + + + +
Payments How much is my premium?
IVA: Your premium is 100 a month
Why did my premium go up?
There are many factors that can impact your premium, let me escalate you to an agent
Customer is passed over to General Inquiries queue