MrShi
10 天以前 071eb180ea7196f1ae69a1f9f812abbdd73a00e0
screen/src/views/LogisticsEfficiency.vue
@@ -946,6 +946,7 @@
      i.rate = count == 0 ? 0 : ((i.num / count) * 100).toFixed(0)
    })
    data5.value = count
    console.log(data5.value)
    initEchart1()
  })
}