From 8190d6e5ac14616d85e3992169ecef6d99d03b76 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 13 十一月 2020 15:29:57 +0800
Subject: [PATCH] 2020-11-13

---
 src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
index bcb6274..32fe504 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -72,21 +72,22 @@
     }
 
     _verify.enable = _verify.enable || 'false'
+    _verify.columns = _verify.columns || []
 
     // 鍚屾鏄剧ず鍒�
-    if (!_verify.columns || _verify.columns.length === 0) {
-      _verify.columns = []
-      config.columns.forEach(item => {
-        if (!item.field) return
+    // if (!_verify.columns || _verify.columns.length === 0) {
+    //   _verify.columns = []
+    //   config.columns.forEach(item => {
+    //     if (!item.field) return
   
-        _verify.columns.push({
-          Column: item.field,
-          Text: item.label,
-          Width: 20,
-          uuid: Utils.getuuid()
-        })
-      })
-    }
+    //     _verify.columns.push({
+    //       Column: item.field,
+    //       Text: item.label,
+    //       Width: 20,
+    //       uuid: Utils.getuuid()
+    //     })
+    //   })
+    // }
 
     if (card.intertype !== 'system') {
       _verify.enable = 'false'

--
Gitblit v1.8.0