king
2024-09-15 bc7beada13e605564d360c71650afe5541510d25
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)
        }