gaoluyang
昨天 44177e4d6906a1469efdfd64d652bf05bce5b065
src/views/reportAnalysis/PSIDataAnalysis/components/center-top.vue
@@ -31,7 +31,7 @@
const formatPercent = (val) => {
  const num = Number(val) || 0
  return `${num.toFixed(2)}%`
  return `${num.toFixed(3)}%`
}
const compareClass = (val) => (val >= 0 ? 'compare-up' : 'compare-down')