king
2024-11-07 cea7fd1176001a4e63ca5cce7c3108af89f8ebf9
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -228,13 +228,10 @@
      }
    } else if (this.record.eleType === 'formula') {
      if (this.record.eval !== 'func') {
        _options.push('prefix', 'postfix', 'fixStyle', 'alignItems', 'evalchars')
        _options.push('link', 'prefix', 'postfix', 'fixStyle', 'alignItems', 'evalchars')
      }
      if (this.record.eval === 'true') {
        _options.push('decimal')
      }
      if (this.record.eval !== 'func') {
        _options.push('link')
      }
      if (this.record.link && this.record.eval !== 'func') {
        _options.push('linkType')