rk
2025-10-24 d5e01405a50c89966ae06363b09fd385b47f99f0
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()
  })
}