forked from drone/command-center-dashboard

chenyao
2025-04-21 cc52bebcc678101a3bc9fa99be344a18461ce2fa
src/views/SignMachineNest/MachineLeft/MachineData.vue
@@ -33,7 +33,7 @@
  (newValue) => {
    if (!newValue) return;
    statisticsList.value = [
      { imgurl: rwcs, num: newValue.fly_count || 0, text: '任务次数(次)' },
      { imgurl: rwcs, num: newValue.task_num || 0, text: '任务次数(次)' },
      { imgurl: sjs, num: newValue.event_count || 0, text: '事件数(件)' },
      { imgurl: jscb, num: newValue.total_cost_saved || 0, text: '节省成本(万元)' },
      { imgurl: rwcg, num: newValue.achievement_count || 0, text: '任务成果(个)' },