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 => {