riku
2025-09-16 5ad61d6ad3a0ce12c7fe0808527069b09a7c9c0d
src/views/fysp/task/TaskManage.vue
@@ -214,7 +214,10 @@
      });
      return [
        { name: '场景数', value: total },
        { name: '未巡查', value: total - inspected },
        {
          name: '未巡查',
          value: total - inspected > 0 ? total - inspected : 0
        },
        { name: '已巡查', value: inspected }
      ];
    }