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') }