2021-11-10 框架 vue-antd 组件table 报错:[antdv: Each record in table should have a unique `key` prop,or set `rowKey`

2021-11-10
解决方案:在table里加上【:rowKey='record=>record.id'】
出现原因:table没有key值。

posted @ 2022-04-02 11:08  叶乘风  阅读(116)  评论(0编辑  收藏  举报