MrShi
2 天以前 c2ffaeb12bf3ec2330797cd2801022bae318ee3d
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()
  })
}