king
2024-11-07 a02fc6a77fa1b35c6516b2d37108d80e260c6c85
src/menu/components/table/normal-table/columns/editColumn/index.jsx
@@ -94,8 +94,13 @@
      } else if (this.record.perspective === 'linkurl') {
        _options.push('linkurl', 'open')
      }
    } else if (this.record.type === 'formula' && this.record.eval === 'true') {
      _options.push('decimal')
    } else if (this.record.type === 'formula') {
      if (this.record.eval === 'true') {
        _options.push('decimal')
      }
      if (this.record.eval !== 'func') {
        _options.push('evalchars')
      }
    } else if (this.record.type === 'custom' && this.record.IsSort === 'true') {
      _options.push('sortField')
    } else if (this.record.type === 'extend') {