src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -221,8 +221,8 @@ message: '表名最长为50个字符!' }, { pattern: /^[a-zA-Z@_]+$/, message: '表名只可使用字母以及_' pattern: /^[a-zA-Z0-9@_]+$/, message: '表名只可使用字母、数字以及_' } ] })(<Input placeholder={''} autoComplete="off" />)}