提交 164939e1c99ee87d7bc8b176cc9a3d6dc940505a

作者 wangyu
1 个父辈 43da1c00

优化

... ... @@ -124,7 +124,7 @@
124 124 </view>
125 125 <view>
126 126 <text class="text_black6_32">准予扣除的捐赠额</text>
127   - <text class="text_black6_32 float_right">{{incomeInfo.year_donation_deducted}}</text>
  127 + <text class="text_black6_32 float_right">{{incomeInfo.donation_deducted}}</text>
128 128 </view>
129 129 <view style="margin-top:20rpx">
130 130 <text class="text_black6_32">全年一次性奖金</text>
... ... @@ -132,7 +132,7 @@
132 132 </view>
133 133 <view>
134 134 <text class="text_black6_32">准予扣除的捐赠额</text>
135   - <text class="text_black6_32 float_right">{{incomeInfo.donation_deducted}}</text>
  135 + <text class="text_black6_32 float_right">{{incomeInfo.year_donation_deducted}}</text>
136 136 </view>
137 137 </view>
138 138 <!-- 减免/已缴纳税额 -->
... ...
注册登录 后发表评论