REACT 注意禁止冒泡 react

shuke 2021-10-7 875

render: (text, record, index) => 
<Row className="text-small hand text-blue"><Col className="padding-right" md={12}
        onClick={(e) =>{ e.stopPropagation(); this.showitem(text, record, index)}}>查看</Col> <Col  md={12}
        onClick={(e) =>{ e.stopPropagation();  this.showitem(text, record, index)}}>删除</Col></Row>
最新回复 (0)
全部楼主
返回