摘要: filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} 阅读全文
posted @ 2024-12-05 18:43 SimoonJia 阅读(182) 评论(0) 推荐(0)
摘要: 1.直接在表单项书写: rules={[ { required: true, message: '请选择指标类型', }, { validator: (_, value) => { const num = form.getFieldValue('itemList')[field.name]['fil 阅读全文
posted @ 2024-12-05 17:36 SimoonJia 阅读(47) 评论(0) 推荐(0)