gaoluyang
2025-12-09 539231de1e68f45a6f11bc88df665cc1f161941f
src/views/procurementManagement/procurementLedger/index.vue
@@ -935,7 +935,7 @@
};
const formattedNumber = (row, column, cellValue) => {
  return parseFloat(cellValue).toFixed(5);
  return parseFloat(cellValue).toFixed(2);
};
// 查询列表
/** 搜索按钮操作 */