From 25c5e388ec724386d11a354059536f7fdc7f069f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 10 三月 2025 11:01:04 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/tabviews/custom/components/card/cardcellList/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index a9140c0..18a0a34 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -372,6 +372,10 @@
               })())
             }
           }
+
+          if (card.noVField && !data[card.noVField]) {
+            val = ''
+          }
         } else if (data.hasOwnProperty(card.field)) {
           val = data[card.field] + ''
         }

--
Gitblit v1.8.0