liding
2026-06-24 ec226b03fbd26bc178137ad20d7bd030ef2c5c8b
src/views/productionManagement/productionOrder/index.vue
@@ -487,7 +487,7 @@
    if (!Number.isFinite(n)) return 0;
    if (n <= 0) return 0;
    if (n >= 100) return 100;
    return Math.round(n);
    return parseFloat(n.toFixed(2));
  };
  // 30/50/80/100 分段颜色:红/橙/蓝/绿