优化功能
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user