report errors:
From the perspective of error reporting, you can add constraints on the primary key and table attributes.
Solution:
<a-table :columns="columns"
:row-key="record => record.id"
:data-source="ebooks1"
:pagination="pagination"
:loading="loading"
>