fix: table row key error.

pull/62/head
ruibaby 2019-12-26 20:17:29 +08:00
parent 7a0334a469
commit 4b47e2519a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
</div>
<div style="margin-top:15px">
<a-table
:rowKey="record => record.name"
:rowKey="record => record.id"
:columns="columns"
:dataSource="sortedStatics"
:pagination="false"

View File

@ -29,7 +29,7 @@
</div>
<div style="margin-top:15px">
<a-table
:rowKey="record => record.name"
:rowKey="record => record.id"
:columns="columns"
:dataSource="staticPages"
:pagination="false"