This commit is contained in:
caolc
2022-04-22 14:53:23 +08:00
parent 2b72b9be8c
commit 1f04fa9733
5 changed files with 60 additions and 29 deletions

View File

@@ -92,7 +92,7 @@
</view>
<view class="bottom text-left margin-top-xs margin-bottom-xs">
<text class="padding-left-xs text-lg">
<text class=" text-lg " v-if="item.volume">{{item.volume|numberFilter}} {{item.oilProductType=='GAS'?'KG':'L'}}</text>
<text class=" text-lg " v-if="item.volume">{{item.volume|numberFilter}} {{item.oilProductType=='GAS'?'L':'L'}}</text>
<!-- {{item.createTime}} -->
</text>
</view>