优化功能

This commit is contained in:
wangxiaowei
2026-01-14 18:13:43 +08:00
parent 59859a2363
commit 627280bb7e
6 changed files with 100 additions and 63 deletions

View File

@ -22,7 +22,7 @@
</view>
<view class="mt-30rpx text-40rpx text-[#303133] leading-56rpx text-center">
<text class="font-bold" v-if="bill.change_type == 1 || bill.change_type == 2 || bill.change_type == 4">+</text>
<text class="font-bold" v-if="bill.change_type == 1 || bill.change_type == 2 || bill.change_type == 4 || bill.change_type == 9">+</text>
<text class="font-bold" v-if="bill.change_type == 3 || bill.change_type == 5">-</text>
{{ bill.amount }}
</view>