king
2025-03-09 066c9e771da746cffd47a1a354316b6fbd935261
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') {