qingyiay
2023-05-30 4b74ae71c84d7c3a2fcc83d1ef75f11f8f8c05e0
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -32,9 +32,11 @@
                     <view class="left"><combined-title :title="item.condition"></combined-title></view>
                     <view class="card-top_num">
                        {{ item.taskCoalList.length }}车{{
                           item.taskCoalList.reduce((prev, cur) => {
                           item.taskCoalList
                              .reduce((prev, cur) => {
                              return prev + cur.clean;
                           }, 0)
                              .toFixed(2)
                        }}吨
                     </view>
                  </view>