Cleaning 1
This commit is contained in:
parent
b5e24c8146
commit
bf093aba14
1 changed files with 20 additions and 20 deletions
|
|
@ -16,26 +16,26 @@
|
||||||
<div
|
<div
|
||||||
id="cart-table"
|
id="cart-table"
|
||||||
class="cart-table">
|
class="cart-table">
|
||||||
<div class="mt-4 line-item color-gray-100 px-5 py-1">
|
<div
|
||||||
<div id="cart-deductible-or-base-price">
|
id="cart-deductible-or-base-price"
|
||||||
<div
|
class="mt-4 line-item color-gray-100 px-5 py-1">
|
||||||
v-if="showDeductibleLineItem"
|
<div
|
||||||
id="cart-deductible"
|
v-if="showDeductibleLineItem"
|
||||||
class="d-flex justify-content-between align-items-center">
|
id="cart-deductible"
|
||||||
<span
|
class="d-flex justify-content-between align-items-center">
|
||||||
id="deductible-label"
|
<span
|
||||||
class="label">{{ deductibleLabel }}</span>
|
id="deductible-label"
|
||||||
<span id="deductible-value">{{ getDisplayed(deductible) }}</span>
|
class="label">{{ deductibleLabel }}</span>
|
||||||
</div>
|
<span id="deductible-value">{{ getDisplayed(deductible) }}</span>
|
||||||
<div
|
</div>
|
||||||
v-else
|
<div
|
||||||
id="cart-base-price"
|
v-else
|
||||||
class="d-flex justify-content-between align-items-center">
|
id="cart-base-price"
|
||||||
<span
|
class="d-flex justify-content-between align-items-center">
|
||||||
id="base-price-label"
|
<span
|
||||||
class="label">{{ BasePriceLabel }}</span>
|
id="base-price-label"
|
||||||
<span id="base-price-value">{{ getDisplayed(baseServicePrice) }}</span>
|
class="label">{{ BasePriceLabel }}</span>
|
||||||
</div>
|
<span id="base-price-value">{{ getDisplayed(baseServicePrice) }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue