king
2020-05-08 2031a460f6c0827fe80f8c625dd98333d1631d2f
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') {