From 1d6729f347857b47e03eadc5989aff76fbd3c7ad Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 四月 2023 10:25:35 +0800 Subject: [PATCH] Merge branch 'develop' --- 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