king
2020-03-26 a24beb36feaa46f39cbb26ce5277e84f91241ce8
src/tabviews/zshare/normalTable/index.jsx
@@ -33,6 +33,8 @@
    let _columns = []
    
    columns.forEach(item => {
      if (item.hidden === 'true') return
      let cell = {
        align: item.Align,
        dataIndex: item.field || item.uuid,
@@ -43,6 +45,7 @@
          return this.getContent(item, record)
        }
      }
      _columns.push(cell)
    })