king
2023-04-05 4c538565bd930279c9e32234617aa25804b19dee
src/menu/transfer/index.jsx
@@ -83,6 +83,7 @@
              }
            }
          })
          tab.components[0].cols = tab.components[0].cols.filter(col => !(col.field && col.Hide === 'true'))
          tab.components[0].cols.forEach(col => {
            if (col.type !== 'action') return
            col.elements.forEach(btn => {
@@ -108,6 +109,7 @@
            }
          }
        })
        item.cols = item.cols.filter(col => !(col.field && col.Hide === 'true'))
        item.cols.forEach(col => {
          if (col.type !== 'action') return
          col.elements.forEach(btn => {