From 06c81370ff80738424fd6e1d42c7e26c12fc7170 Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Fri, 26 Jun 2026 16:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E6=97=A5=E5=BF=97=E6=9F=A5=E8=AF=A2=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=92=8C=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspection-logs/index.vue | 119 +++--------------- 1 file changed, 17 insertions(+), 102 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 54f1b757..249b4f63 100644 --- a/src/views/equipment-management/inspection-management/inspection-logs/index.vue +++ b/src/views/equipment-management/inspection-management/inspection-logs/index.vue @@ -23,6 +23,7 @@ {{ $t(key('search')) }} {{ $t(key('reset')) }} + {{ $t(key('export')) }} @@ -33,8 +34,8 @@ :columns="columns" :data="tableData" :loading="loading" - :toolbar-buttons="toolbarButtons" - :row-buttons="rowButtons" + :toolbar-buttons="[]" + :row-buttons="[]" :pagination="pagination" auto-height @page-change="onPageChange" @@ -43,53 +44,16 @@ {{ row.result }} - - - - - - - - - - - - - - - - - - - - - - {{ $t(key('close')) }} - -