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