|
|
@ -105,6 +105,14 @@ |
|
|
|
>{{ row.amountVariance }}</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
<template #priceVariance="{ row }" v-if="tabCurrent.prop == 'Reconciliation'"> |
|
|
|
<span |
|
|
|
:style="{ |
|
|
|
color: row.priceVariance > 0 ? '#409eff' : row.priceVariance < 0 ? 'red' : '#000' |
|
|
|
}" |
|
|
|
>{{ row.priceVariance }}</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
|
|
|
|
<template #adjustmentAmount="{ row }" v-if="tabCurrent.prop == 'ShareReconciliation'"> |
|
|
|
<div style="position: relative"> |
|
|
|