From dcd660c86dba586c1b78c0530ddee7c1dc093ee6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 四月 2024 17:51:15 +0800
Subject: [PATCH] 2024-04-25

---
 src/templates/sharecomponent/actioncomponent/verifyexcelout/utils.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/utils.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/utils.jsx
index 7df803d..f4e335c 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/utils.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/utils.jsx
@@ -15,9 +15,9 @@
 
     let arr_field = []
     verify.columns.forEach(item => {
-      if (item.Column !== '$Index') {
-        arr_field.push(item.Column)
-      }
+      if (item.output === 'false' || item.Column === '$Index') return
+      
+      arr_field.push(item.Column)
     })
     arr_field = arr_field.join(',')
 

--
Gitblit v1.8.0