ant design vue 之 rowKey浏览器报警告

报错:
Warning: [antdv: Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.]
warning.js?2149:7 Warning: [antdv: Table] Each record in dataSource of table should have a unique `key` prop, or set `rowKey` of Table to an unique primary key,

 

 

 

在此处增加id即可,id必须是不能重复的值,通常取后台请求的参数

 

 

两种写法都可以

 

 

posted @ 2020-08-12 22:44  前端CodingPeasant  阅读(588)  评论(0编辑  收藏  举报