king
2025-03-07 d8de196a5311f9ad7a01dbb988e0ad12b50f87e8
src/menu/components/table/base-table/columns/editColumn/index.jsx
@@ -95,8 +95,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')
    }