pull/10/head
xiaozhiyong 1 year ago
parent e6e6a74f82
commit e883da3fff
  1. 4
      BagMoney/pages/oilCards/oilCards.vue

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

Loading…
Cancel
Save