king
2021-01-11 c8bec6ee3d923e38872e2b3a66989588c56504b5
src/tabviews/zshare/pageMessage/index.jsx
@@ -160,7 +160,7 @@
      } else if (item.type === 'table' && item.subtype === 'normaltable') {
        item.cols.forEach(col => {
          if (col.type !== 'action') return
          col.elements = col.elements.forEach(cell => {
          col.elements && col.elements.forEach(cell => {
            let _cell = this.getBtnCell(cell, item)
            _item.sublist.push(_cell)
          })