king
2023-06-20 aee1d7249efd3e7978cafc6540b4458da6f9e60c
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -200,10 +200,13 @@
      if (this.record.datatype === 'dynamic') {
        _options.push('field', 'noValue')
      } else if (this.record.tipType === 'text') {
        _options.push('value', 'height')
        _options.push('value')
      } else {
        _options.push('icon')
      }
      if (this.record.tipType === 'text') {
        _options.push('height')
      }
    } else if (this.record.eleType === 'formula' && this.record.eval === 'true') {
      _options.push('decimal')
    }