正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| ... | ... | @@ -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 | <!-- 减免/已缴纳税额 --> | ... | ... |
请
注册
或
登录
后发表评论