king
2023-10-31 eee991f412fc8250ffe9ba8dd074fc4d0cf6eaa2
src/menu/components/table/edit-table/columns/editColumn/index.jsx
@@ -89,7 +89,7 @@
          _options.push('required', 'enter')
        }
      } else if (this.record.type === 'number') {
        _options.push('max', 'min', 'enter')
        _options.push('max', 'min', 'enter', 'clearField')
      }
    }
    if (this.record.type === 'formula' && this.record.eval === 'true') {