无人机管理后台前端(已迁走)
chenyao
2025-12-01 7b8548ac88df089598f79aae950a4cd367d540f7
Merge branch 'feature/v8.0/8.0.3' into feature/v8.0/8.0.4
1 files modified
2 ■■■ changed files
src/views/wel/components/proportionStatic.vue 2 ●●● patch | view | raw | blame | history
src/views/wel/components/proportionStatic.vue
@@ -132,7 +132,7 @@
const echartsRef = ref(null);
let { chart } = useEchartsResize(echartsRef);
const initChart = val => {
  let totalNum = val.reduce((sum, item) => sum + item.num, 0);
  let totalNum = val[0].num //val.reduce((sum, item) => sum + item.num, 0);
  const data = {
    total: {
      title: '总计',