rk
2025-09-26 143bc0e662ad47bee14a8be60571829e07890f3e
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()
  })
}