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