添加扣款小计

This commit is contained in:
1147680382@qq.com
2025-05-29 14:06:15 +08:00
parent efb594d025
commit 7f06e23910
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -141,10 +141,10 @@
<text class="label">个税</text>
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
</view>
<!-- <view class="item total">
<view class="item total">
<text class="label">扣款小计</text>
<text class="value highlight red">{{deductionTotle}}</text>
</view> -->
<text class="value highlight red">{{dataInfo.deductionDetails}}</text>
</view>
</view>
</view>