king
2024-09-16 41c28c5c7bb2a211849b62b3681ffb7f77cdfb2b
src/tabviews/custom/components/share/normalTable/index.jsx
@@ -236,6 +236,9 @@
        }
        if (col.format === 'percent') {
          content = content * 100
          if (!col.round) {
            content = +content.toFixed(2)
          }
        } else if (col.format === 'abs') {
          content = Math.abs(content)
        }