From d4951eb9aff0947e95a30fd9dbb7ad2a15e214de Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 2 Jan 2024 17:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E6=A3=80=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archiveUtilize/archiveSearch/index.vue | 13 +- .../archiveSearch/module/resultList.vue | 425 ++++++++++++++++++ .../archivesClassify/module/tableList.vue | 7 + 3 files changed, 441 insertions(+), 4 deletions(-) create mode 100644 src/views/archiveUtilize/archiveSearch/module/resultList.vue diff --git a/src/views/archiveUtilize/archiveSearch/index.vue b/src/views/archiveUtilize/archiveSearch/index.vue index b8876e3..a79c85e 100644 --- a/src/views/archiveUtilize/archiveSearch/index.vue +++ b/src/views/archiveUtilize/archiveSearch/index.vue @@ -1,6 +1,6 @@ + + diff --git a/src/views/system/archivesClassify/module/tableList.vue b/src/views/system/archivesClassify/module/tableList.vue index 3454702..90f05dd 100644 --- a/src/views/system/archivesClassify/module/tableList.vue +++ b/src/views/system/archivesClassify/module/tableList.vue @@ -109,6 +109,7 @@ :data="tableData" :row-key="getRowKey" :load="getSonClass" + height="calc(100vh - 276px)" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" highlight-current-row @select-all="selectAll" @@ -453,6 +454,12 @@ export default {