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