king
2022-06-13 96bcbb7d0c3ad68344b792c2ce3ba0cb7d82a4a7
src/templates/zshare/verifycard/billcodeform/index.jsx
@@ -4,7 +4,6 @@
import { Form, Row, Col, Select, Button, InputNumber, Input, Tooltip } from 'antd'
import { QuestionCircleOutlined } from '@ant-design/icons'
import { formRule } from '@/utils/option.js'
import './index.scss'
@@ -366,7 +365,7 @@
                  },
                  {
                    pattern: /^[a-zA-Z0-9]*$/ig,
                    message: formRule.input.letternummsg
                    message: '请输入数字、字母以及_'
                  }
                ]
              })(<Input placeholder="" autoComplete="off" />)}