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);
};
// 查询列表
/** 搜索按钮操作 */