From 185b12c6ad6e5f39716d2bb5ffc18ebea03e06dd Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Fri, 26 Jun 2026 16:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=BB=84=E4=BB=B6=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E7=BF=BB=E6=96=B0=E8=AE=BE=E5=A4=87=E7=82=B9=E6=A3=80=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspection-logs/index.vue | 46 +++++++------------ 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/src/views/equipment-management/inspection-management/inspection-logs/index.vue b/src/views/equipment-management/inspection-management/inspection-logs/index.vue index 842036cb..42622876 100644 --- a/src/views/equipment-management/inspection-management/inspection-logs/index.vue +++ b/src/views/equipment-management/inspection-management/inspection-logs/index.vue @@ -23,7 +23,6 @@ {{ $t(key('search')) }} {{ $t(key('reset')) }} - {{ $t(key('export')) }} @@ -34,32 +33,22 @@ :columns="columns" :data="tableData" :loading="loading" - :toolbar-buttons="[]" + :toolbar-buttons="toolbarButtons" :row-buttons="[]" - :pagination="null" + :pagination="pagination" + auto-height + @page-change="onPageChange" > - -
- -