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('search')) }} - {{ $t(key('reset')) }} - - - - - - - - - {{ row.result }} - - - - - - - - - - - - - - - {{ $t(key('close')) }} - -