king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
src/tabviews/zshare/normalTable/index.jsx
@@ -512,11 +512,8 @@
      let contents = []
      let images = []
      item.subColumn.forEach((col, index) => {
      item.subColumn.forEach(col => {
        if (!col.field || !record.hasOwnProperty(col.field)) return
        if (index) {
          col.Align = 'right'
        }
        
        if (col.type === 'number') {
          let content = ''