From 8dc66d7f886c83f6e9d845c185ba9735c5d94f07 Mon Sep 17 00:00:00 2001 From: v6ole Date: Fri, 12 Jun 2026 11:33:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20el-pagination=20=E5=BC=83=E7=94=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=20small=20=E2=86=92=20size=3D"small"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 消除 Element Plus 3.0 deprecated 控制台警告。 Co-Authored-By: Claude --- frontend/src/views/AuditLog.vue | 2 +- frontend/src/views/RecordsLog.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" />