From 066c9e771da746cffd47a1a354316b6fbd935261 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 09 三月 2025 22:40:49 +0800
Subject: [PATCH] 2025-03-09

---
 src/menu/components/card/cardcellcomponent/elementform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/elementform/index.jsx b/src/menu/components/card/cardcellcomponent/elementform/index.jsx
index e9e6051..3b9f876 100644
--- a/src/menu/components/card/cardcellcomponent/elementform/index.jsx
+++ b/src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -201,7 +201,7 @@
         _options.push('value')
       }
       
-      if (this.record.eleType === 'text' && this.record.noValue === 'hide') {
+      if (this.record.eleType === 'text' && this.record.datatype === 'static' && this.record.noValue === 'hide') {
         _options.push('noVField')
       }
       if (this.record.eleType === 'picture' && this.record.noValue === 'show') {

--
Gitblit v1.8.0