From e9131f82e06942829f6a50970b781d64b5db29cc Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Tue, 7 Jul 2026 16:18:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B5=E5=8E=86=E5=8F=B2?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/archiveUtilize/archiveSearch/index.vue | 11 ++++++++++-
src/views/archivesMIOD/miodSearch/index.vue | 12 ++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/src/views/archiveUtilize/archiveSearch/index.vue b/src/views/archiveUtilize/archiveSearch/index.vue
index edd238f..f39744e 100644
--- a/src/views/archiveUtilize/archiveSearch/index.vue
+++ b/src/views/archiveUtilize/archiveSearch/index.vue
@@ -34,7 +34,7 @@
历史检索
- {{ item }}
+ {{ item }}
@@ -377,6 +377,11 @@ export default {
},
dimSearch() {
},
+ historySearch(item) {
+ this.keywords = item
+ this.handleSearch()
+ },
+
handleSearch() {
if (this.keywords) {
this.isResult = true
@@ -566,6 +571,10 @@ export default {
background: #E6E8ED;
border-radius: 3px;
cursor:default;
+ &:hover{
+ background: #0348F3;
+ color: #fff;
+ }
}
}
}
diff --git a/src/views/archivesMIOD/miodSearch/index.vue b/src/views/archivesMIOD/miodSearch/index.vue
index e84acbb..1e4ae57 100644
--- a/src/views/archivesMIOD/miodSearch/index.vue
+++ b/src/views/archivesMIOD/miodSearch/index.vue
@@ -34,7 +34,7 @@
历史检索
- {{ item }}
+ {{ item }}
@@ -379,6 +379,10 @@ export default {
},
dimSearch() {
},
+ historySearch(item) {
+ this.keywords = item
+ this.handleSearch()
+ },
handleSearch() {
if (this.keywords) {
this.isResult = true
@@ -568,7 +572,11 @@ export default {
color: #545B65;
background: #E6E8ED;
border-radius: 3px;
- cursor:default;
+ cursor:default;;
+ &:hover{
+ background: #0348F3;
+ color: #fff;
+ }
}
}
}