mirror of https://github.com/halo-dev/halo
fix: table row key error.
parent
ddeeb6a1ac
commit
876cefe572
|
@ -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