Ant Design Table报错:Warning: [antdv: Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.]

a-table 里加上这一段
:rowKey="(record,index)=> index"
或
:rowKey="record => record.dataIndex"

浙公网安备 33010602011771号