|
|
@ -74,7 +74,16 @@ |
|
|
|
@changeTabs="changeTabs" |
|
|
|
:tableObjectExtend="tableObjectExtend" |
|
|
|
@buttonBaseClick="detailButtonBaseClick" |
|
|
|
/> |
|
|
|
> |
|
|
|
<template #amountVariance="{ row }" v-if="tabCurrent.prop == 'ForecastWithBilltDifference'"> |
|
|
|
<span |
|
|
|
:style="{ |
|
|
|
color: row.amountVariance > 0 ? '#409eff' : row.amountVariance < 0 ? 'red' : '#000' |
|
|
|
}" |
|
|
|
>{{ row.amountVariance }}</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
</Detail> |
|
|
|
<!-- 导入 --> |
|
|
|
<ImportCustomerStatementForecastForm |
|
|
|
ref="importFormRef" |
|
|
|