From d08fba77101b83f211738c722403506cc7dab50b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 08 五月 2024 22:41:50 +0800
Subject: [PATCH] 2024-05-08

---
 src/templates/zshare/verifycard/baseform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/verifycard/baseform/index.jsx b/src/templates/zshare/verifycard/baseform/index.jsx
index ea5f30e..8a0e086 100644
--- a/src/templates/zshare/verifycard/baseform/index.jsx
+++ b/src/templates/zshare/verifycard/baseform/index.jsx
@@ -315,7 +315,7 @@
         cols.push(col.field.toLowerCase())
         _columns.push(col)
 
-        if (col.type === 'text' && col.field !== 'BID') {
+        if ((col.type === 'text' || col.type === 'textarea') && col.field !== 'BID') {
           remarks.push(col)
         }
       })

--
Gitblit v1.8.0