张诺
23 小时以前 865d76e8e4ce934d7020c44f562065fb06be2eff
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')