We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<a-input-number v-model="modalForm.amount" @change="$forceUpdate()" :precision="2"/> modalFormRules: { files: [validate.require('请上传凭证')], amount: [{ // required 也必须配置 type: number =。= type: 'number', required: true }], } 为什么校验一直有问题 是我写的方式有问题吗
The text was updated successfully, but these errors were encountered:
参考这个issue: #265
Sorry, something went wrong.
No branches or pull requests
<a-input-number v-model="modalForm.amount" @change="$forceUpdate()" :precision="2"/>
modalFormRules: {
files: [validate.require('请上传凭证')],
amount: [{
// required 也必须配置 type: number =。=
type: 'number',
required: true
}],
}
为什么校验一直有问题 是我写的方式有问题吗
The text was updated successfully, but these errors were encountered: