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 } ]; }