a-form-model自带的:rules="validatorRules"可以给form里每个字段设置校验规则,比如必填。必填是怎么实现的?
required: true 就是必填 只要 规则 里加个这个就行