king
2025-03-10 a259b444c4438577ee3363e0764b63e828a3bae2
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') {