2023年6月5日
摘要: //绑定事件需要用on前缀 return ( <span style={{ color: 'red', cursor: 'pointer' }} on-click={() => { this.confirmUpdata(row) }} > 确认更新 </span> ) return ( <i on- 阅读全文
posted @ 2023-06-05 16:43 zy89898976 阅读(13) 评论(0) 推荐(0)