Commit 02445f36 by Your Name

放开字段英文名修改限制

parent 78f22d55
......@@ -324,6 +324,7 @@ export const ImportActionTable = (props) => {
width: 200,
dataIndex: 'name',
editable: true,
hiveEditable: true,
ellipsis: true,
require: true,
render: (text, record, index) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment