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

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

Loading…
Cancel
Save