king
2024-01-05 52d2bcad2ad696e1293d3ae53f0d927bee3b7f78
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -159,17 +159,15 @@
        if (this.record.eleType === 'number') {
          _options.push('decimal', 'format')
        }
      } else if (this.record.eleType === 'picture') {
        _options.push('url')
        if (this.record.noValue === 'show') {
          _options.push('lostTip')
        }
      } else if (this.record.eleType === 'video') {
      } else if (this.record.eleType === 'picture' || this.record.eleType === 'video') {
        _options.push('url')
      } else {
        _options.push('value')
      }
      if (this.record.eleType === 'video' && this.record.posterType) {
      if (this.record.eleType === 'picture' && this.record.noValue === 'show') {
        _options.push('lostTip')
      } else if (this.record.eleType === 'video' && this.record.posterType) {
        if (this.record.posterType === 'dynamic') {
          _options.push('posterField')
        } else {