src/tabviews/zshare/normalTable/index.jsx
@@ -179,6 +179,10 @@ } } } if (item.format === 'percent') { content = content * 100 } content = content.toFixed(item.decimal || 0) @@ -291,6 +295,10 @@ } if (content !== '') { if (item.format === 'percent') { content = content * 100 } content = content.toFixed(col.decimal || 0) if (col.format === 'thdSeparator') {