mirror of https://github.com/halo-dev/halo-admin
fix: table row key error.
parent
7a0334a469
commit
4b47e2519a
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue