king
2021-04-28 7c71766291f8feec35934de8077fa0f50221f1de
src/tabviews/custom/index.jsx
@@ -518,12 +518,18 @@
            }
            if (col.type === 'number' && col.sum === 'true' && !statFields.includes(col.field)) {
              statFields.push(col)
            }
            if (col.type === 'colspan') {
            } else if (col.type === 'colspan') {
              col.subcols = getCols(col.subcols || [])
              if (col.subcols.length === 0) {
                return false
              }
            } else if (col.type === 'custom') {
              col.elements = col.elements.map(cell => {
                if (['text', 'number', 'link'].includes(cell.eleType) && !cell.height) {
                  cell.innerHeight = 'auto'
                }
                return cell
              })
            }
      
            if (col.linkmenu && col.linkmenu.length > 0) {
@@ -532,7 +538,7 @@
            } else {
              col.linkThdMenu = ''
            }
            return true
          })
        }