From 3b79ee564d4c77189484711ece4dc80786f79080 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 17 五月 2021 14:34:20 +0800
Subject: [PATCH] 定位、高亮重封装

---
 src/components/panel/RightSearchPanel.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index dfc0e27..d4d40f3 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -154,7 +154,7 @@
         case '绠¢亾淇℃伅':
           this.gcComp = PipeInformationSearch
           break
-        case '搴旀�ュ浘灞�':
+        case '浼佷笟搴旀��':
           this.gcComp = ReportSearch
           break
       }
@@ -217,11 +217,9 @@
   mounted () {
     const that = this
     bus.$on('changeSearchBar', function (obj) {
-      // console.log(obj.checked, obj.name)
       that.gcComp = ''
       that.topicList.forEach((item) => {
         if (item.name === obj.name) {
-          // console.log(obj)
           if (obj.type > 0) {
             item.isShow = true
           } else {
@@ -236,6 +234,7 @@
         }
       })
     })
+  //  console.log(that.topicList)
   }
 }
 </script>
@@ -329,7 +328,7 @@
     color: @color-tool;
     position: absolute;
     top: 24px;
-    right: 0.02rem;
+    left: 0.02rem;
     border: none; //1px solid @color-tool;
     width: 0.2rem;
     height: 0.2rem;

--
Gitblit v1.8.0