diff --git a/frontend/src/views/AuditLog.vue b/frontend/src/views/AuditLog.vue index 751cbd6..7a0fec1 100644 --- a/frontend/src/views/AuditLog.vue +++ b/frontend/src/views/AuditLog.vue @@ -83,7 +83,7 @@ :total="total" :page-sizes="[20, 50, 100]" layout="total, sizes, prev, pager, next" - small + size="small" @change="fetchLogs" /> diff --git a/frontend/src/views/RecordsLog.vue b/frontend/src/views/RecordsLog.vue index 08259a9..c2fb6ce 100644 --- a/frontend/src/views/RecordsLog.vue +++ b/frontend/src/views/RecordsLog.vue @@ -124,7 +124,7 @@ :total="repTotal" :page-sizes="[50, 100, 200]" layout="total, sizes, prev, pager, next" - small + size="small" @size-change="repLoad" @current-change="repLoad" /> @@ -203,7 +203,7 @@ :total="auditTotal" :page-sizes="[20, 50, 100]" layout="total, sizes, prev, pager, next" - small + size="small" @change="fetchAudit" />