From eee991f412fc8250ffe9ba8dd074fc4d0cf6eaa2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 十月 2023 09:09:14 +0800
Subject: [PATCH] 2023-10-31

---
 src/menu/components/table/edit-table/columns/editColumn/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/table/edit-table/columns/editColumn/index.jsx b/src/menu/components/table/edit-table/columns/editColumn/index.jsx
index e5f690b..66e7e90 100644
--- a/src/menu/components/table/edit-table/columns/editColumn/index.jsx
+++ b/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') {

--
Gitblit v1.8.0