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) }