|
|
|
@ -75,7 +75,7 @@ |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" |
|
|
|
wx:if="{{item.refundSubsidy}}"> |
|
|
|
wx:if="{{item.refundSubsidy!=null&&item.refundSubsidy!=0}}"> |
|
|
|
<text class="text-black">返还补贴</text> |
|
|
|
<text style="">{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</text> |
|
|
|
</view> |
|
|
|
@ -137,7 +137,7 @@ |
|
|
|
<text style="">{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx" wx:if="{{item.refundSubsidy!=null&&item.refundSubsidy!=0}}"> |
|
|
|
<text class="text-black">返还补贴</text> |
|
|
|
<text style="">{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元</text> |
|
|
|
</view> |
|
|
|
|