This commit is contained in:
2023-10-18 13:54:57 +08:00
parent 872c6f71d6
commit f9716af72d
2 changed files with 2 additions and 1 deletions

View File

@@ -202,6 +202,7 @@
if (e.jsData) { if (e.jsData) {
this.dedata = JSON.parse(e.jsData); this.dedata = JSON.parse(e.jsData);
this.getdata(JSON.parse(e.jsData)); this.getdata(JSON.parse(e.jsData));
this.getDistributeCount(JSON.parse(e.jsData))
} }
}, },
filters: { filters: {

View File

@@ -44,7 +44,7 @@
<view style="width: 100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;" >{{item.name}}</view> <view style="width: 100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;" >{{item.name}}</view>
<view style="display: flex;justify-content: space-between;"> <view style="display: flex;justify-content: space-between;">
<view> <text>{{item.volume.toFixed(2)}}</text>L </view> <view> <text>{{item.volume.toFixed(2)}}</text>L </view>
<view> <text>{{item.payRealAmount|price}}</text></view> <view> <text>{{item.realPrice|price}}</text></view>
</view> </view>
</view> </view>
</view> </view>