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