摘要: <FormItem label="联系方式" > {getFieldDecorator("mobile", { rules :[ { pattern: /^1[3|4|5|7|8][0-9]\d{8}$/, message: '请输入正确的手机号' } ] },{ initialValue:vehicleinfo.mobile })( <Input /> )} </FormItem> rules 阅读全文
posted @ 2019-08-27 11:26 超级玛丽和大力水手 阅读(3331) 评论(0) 推荐(0)