mirror of https://github.com/halo-dev/halo
fix: table row key error.
parent
ddeeb6a1ac
commit
876cefe572
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:15px">
|
<div style="margin-top:15px">
|
||||||
<a-table
|
<a-table
|
||||||
:rowKey="record => record.name"
|
:rowKey="record => record.id"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:dataSource="sortedStatics"
|
:dataSource="sortedStatics"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:15px">
|
<div style="margin-top:15px">
|
||||||
<a-table
|
<a-table
|
||||||
:rowKey="record => record.name"
|
:rowKey="record => record.id"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:dataSource="staticPages"
|
:dataSource="staticPages"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
|
|
Loading…
Reference in New Issue