无人机管理后台前端(已迁走)
e13b229a8af94293fa500cc84bd71eaeb2af5ad2..7b8548ac88df089598f79aae950a4cd367d540f7
2025-12-01 chenyao
Merge branch 'feature/v8.0/8.0.3' into feature/v8.0/8.0.4
7b8548 diff | tree
2025-11-28 chenyao
feat:更新工单统计
a3fbc4 diff | tree
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: '总计',