king
2024-01-04 1d395e6d750fe91082c99a15e355ab2841ed65c6
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -159,7 +159,12 @@
        if (this.record.eleType === 'number') {
          _options.push('decimal', 'format')
        }
      } else if (this.record.eleType === 'picture' || this.record.eleType === 'video') {
      } else if (this.record.eleType === 'picture') {
        _options.push('url')
        if (this.record.noValue === 'show') {
          _options.push('lostTip')
        }
      } else if (this.record.eleType === 'video') {
        _options.push('url')
      } else {
        _options.push('value')
@@ -341,7 +346,7 @@
          return item
        })
      })
    } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType'].includes(key)) {
    } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType', 'noValue'].includes(key)) {
      let _options = this.getOptions()
      this.setState({