From 1f27b3c1569f0484ca1b17bff8693407987e822b Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Wed, 3 Aug 2022 09:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E6=A3=80=E7=B4=A2=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archivesManage/archivesSearch/index.vue | 77 ++++++++++--------- 1 file changed, 41 insertions(+), 36 deletions(-) diff --git a/src/views/archivesManage/archivesSearch/index.vue b/src/views/archivesManage/archivesSearch/index.vue index 6dba71c..f24b509 100644 --- a/src/views/archivesManage/archivesSearch/index.vue +++ b/src/views/archivesManage/archivesSearch/index.vue @@ -20,45 +20,47 @@
-
+

检索结果

本次检索结果共计{{ resNum }}条数据

- - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + +
@@ -94,6 +96,7 @@ export default { page: 1 }, resNum: 0, + isShow: false, params: { criteria: null, query: null, @@ -134,6 +137,7 @@ export default { if (arr.length === 0) { // 无关键词时无数据 this.tableData = [] this.resNum = 0 + this.isShow = false this.page.total = 0 this.page.size = 10 this.page.page = 1 @@ -153,6 +157,7 @@ export default { this.tableData = res.content this.page.total = res.totalElements this.resNum = res.totalElements + this.isShow = true }) }, // 每页条数改变