适用于列表中没有唯一 key 的情况
<Table columns={columns} dataSource={dataSource} rowKey={(record, index) => index} />
适用于列表中没有唯一 key 的情况
<Table columns={columns} dataSource={dataSource} rowKey={(record, index) => index} />

被折叠的 条评论
为什么被折叠?