From 4c538565bd930279c9e32234617aa25804b19dee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 05 四月 2023 13:15:40 +0800 Subject: [PATCH] 2023-04-05 --- src/menu/transfer/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/transfer/index.jsx b/src/menu/transfer/index.jsx index 15b6805..4456af7 100644 --- a/src/menu/transfer/index.jsx +++ b/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 => { -- Gitblit v1.8.0