removed hartford
This commit is contained in:
parent
43da6ee47b
commit
7d2c686c26
@ -2,16 +2,16 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
|
|
||||||
import VerticalLabelValue from "../components/VerticalLabelValue.vue";
|
import VerticalLabelValue from "../components/VerticalLabelValue.vue";
|
||||||
defineProps({
|
defineProps({
|
||||||
accountNumber: { type: String, default: "", required: true },
|
accountNumber: { type: String, default: "", required: true },
|
||||||
channel: { type: String, default: "" },
|
channel: { type: String, default: "" },
|
||||||
type: { type: String, default: "" },
|
type: { type: String, default: "" },
|
||||||
queue: { type: String, default: "" },
|
queue: { type: String, default: "" },
|
||||||
direction: { type: String, default: "" },
|
direction: { type: String, default: "" },
|
||||||
ani: { type: String, default: "" },
|
ani: { type: String, default: "" },
|
||||||
dnis: { type: String, default: "" },
|
dnis: { type: String, default: "" },
|
||||||
startTime: { type: String, default: "" },
|
startTime: { type: String, default: "" },
|
||||||
transferSummary: { type: String, default: "" },
|
transferSummary: { type: String, default: "" },
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@ -38,39 +38,7 @@ defineProps({
|
|||||||
<p>IVA: Your premium is 100 a month</p>
|
<p>IVA: Your premium is 100 a month</p>
|
||||||
<p>Why did my premium go up?</p>
|
<p>Why did my premium go up?</p>
|
||||||
<p>There are many factors that can impact your premium, let me escalate you to an agent</p>
|
<p>There are many factors that can impact your premium, let me escalate you to an agent</p>
|
||||||
<p>Customer is passed over to General Inquiries queue </p>
|
<p>Customer is passed over to General Inquiries queue </p>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
<div class="blockOuterSpacingRight col2 column-layout-cell" style="width: 50%; ">
|
|
||||||
<div class="row1 column-layout-row">
|
|
||||||
<div class="blockOuterSpacingRight col1 column-layout-cell" style="width: 80%; ">
|
|
||||||
<h3>Auto ID Card</h3>
|
|
||||||
</div>
|
|
||||||
<div class="blockOuterSpacingRight col2 column-layout-cell" style="width: 20%; ">
|
|
||||||
<img
|
|
||||||
src="https://purepng.com/public/uploads/large/purepng.com-the-hartford-logologobrand-logoiconslogos-251519940773dmlaq.png"
|
|
||||||
width="50" height="50" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<VerticalLabelValue label="Company" value="Trumbull Insurance Company"></VerticalLabelValue>
|
|
||||||
<div class="row1 column-layout-row">
|
|
||||||
<div class="blockOuterSpacingRight col1 column-layout-cell" style="width: 50%; ">
|
|
||||||
<VerticalLabelValue label="Policy Number" :value="accountNumber"></VerticalLabelValue>
|
|
||||||
</div>
|
|
||||||
<div class="blockOuterSpacingRight col2 column-layout-cell" style="width: 50%; ">
|
|
||||||
<VerticalLabelValue label="Policy Term" value="08/19/2018 to 08/19/2019"></VerticalLabelValue>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="blockOuterSpacingRight col1 column-layout-cell" style="width: 50%; ">
|
|
||||||
<VerticalLabelValue
|
|
||||||
label="Vehicle Info" value="2011 AUDI A4 PREMIUM
|
|
||||||
VIN# WAUDFAFLOBA11111" />
|
|
||||||
<VerticalLabelValue
|
|
||||||
label="Named Insured" value="TEZZZZSTER SAZZZTER
|
|
||||||
10 MAIN ST
|
|
||||||
SALT LAKE CITY, UT 84101" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -78,8 +46,9 @@ SALT LAKE CITY, UT 84101" />
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@import "https://em32.verint.live/ClientResources/cr/202307201110/-/webclient/themes/default/theme.css";
|
@import "https://em28.verint.live/ClientResources/cr/202307201110/-/webclient/themes/default/theme.css";
|
||||||
@import "https://em32.verint.live/ClientResources/cr/202307201110/-/webclient/css/extensions/corecommon.css";
|
@import "https://em28.verint.live/ClientResources/cr/202307201110/-/webclient/css/extensions/corecommon.css";
|
||||||
|
|
||||||
/* label,
|
/* label,
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user