2 Commits

Author SHA1 Message Date
xiaozhiyong
e883da3fff 更新 2023-06-01 16:45:21 +08:00
KongDuo
e6e6a74f82 显示分油备注 2023-05-31 14:05:43 +08:00

View File

@@ -82,6 +82,9 @@
<view> <view>
{{detail.billTypeName + ' '}}{{ detail.occurAmount|moneyFormat}} {{detail.billTypeName + ' '}}{{ detail.occurAmount|moneyFormat}}
</view> </view>
<view class="text-gray text-sm" v-if="detail.distributeOilRemark">
备注: {{detail.distributeOilRemark}}
</view>
</view> </view>
<view class="action"> <view class="action">
<text class="text-black">{{detail.occurAmount|moneyFormat}}</text> <text class="text-black">{{detail.occurAmount|moneyFormat}}</text>