king
2025-03-10 89802303966e1964da0b0c97314ff4f2650d28a8
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -201,9 +201,17 @@
        _options.push('value')
      }
      
      if (this.record.eleType === 'text' && this.record.datatype === 'static' && this.record.noValue === 'hide') {
        _options.push('noVField')
      if (this.record.eleType === 'text' && this.record.noValue === 'hide') {
        if (this.record.datatype === 'static') {
          _options.push('noVField')
          if (this.record.noVField) {
            _options.push('noVExtra')
          }
        } else {
          _options.push('noVExtra')
        }
      }
      if (this.record.eleType === 'picture' && this.record.noValue === 'show') {
        _options.push('lostTip')
      } else if (this.record.eleType === 'video' && this.record.posterType) {
@@ -409,7 +417,7 @@
          return item
        })
      })
    } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType', 'noValue'].includes(key)) {
    } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType', 'noValue', 'noVField'].includes(key)) {
      let _options = this.getOptions()
      this.setState({