摘要: 时间选择器 <Form.Item label="生日"> {getFieldDecorator('birthday', { rules: [{ type: 'object', required: true, message: 'Please select time!' }], })(<DatePic 阅读全文
posted @ 2022-06-27 13:56 SimoonJia 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 如果onclick事件有参数则点击事件应写成 <Button type="primary" onClick={() => updateItem(record)}> 编辑 </Button> 如果写成下面这种形式会默认执行并且会报相关错误 <Button type="primary" onClick= 阅读全文
posted @ 2022-06-27 13:31 SimoonJia 阅读(18) 评论(0) 推荐(0) 编辑