From a24beb36feaa46f39cbb26ce5277e84f91241ce8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 三月 2020 01:30:05 +0800
Subject: [PATCH] 2020-03-26

---
 src/tabviews/zshare/normalTable/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.jsx b/src/tabviews/zshare/normalTable/index.jsx
index ca4838c..6bc177f 100644
--- a/src/tabviews/zshare/normalTable/index.jsx
+++ b/src/tabviews/zshare/normalTable/index.jsx
@@ -33,6 +33,8 @@
     let _columns = []
     
     columns.forEach(item => {
+      if (item.hidden === 'true') return
+
       let cell = {
         align: item.Align,
         dataIndex: item.field || item.uuid,
@@ -43,6 +45,7 @@
           return this.getContent(item, record)
         }
       }
+      
       _columns.push(cell)
     })
 

--
Gitblit v1.8.0