2026-05-08 e7b4dbf658552ce7a66caa742bd55a75ac4d82e5
src/views/productionManagement/productionCosting/index.vue
@@ -164,7 +164,7 @@
      minWidth: 100,
      formatData: val => {
        if (val == null || val === "") return "-";
        return parseFloat(val).toFixed(2);
        return parseFloat(val).toFixed(2) + "%";
      },
    },
  ]);