From e5626382db6861bc6d73b33b4cfb40df3525dd5e Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期二, 25 十月 2022 17:40:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB

---
 src/views/Synthesis/coverage.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/Synthesis/coverage.vue b/src/views/Synthesis/coverage.vue
index 5395068..9aad70f 100644
--- a/src/views/Synthesis/coverage.vue
+++ b/src/views/Synthesis/coverage.vue
@@ -2,7 +2,7 @@
   <div id="coverage" class="coverage">
     <ul>
       <li
-style="margin-left: 10px; width: 130px"
+        style="margin-left: 10px; width: 130px"
         @click="checkCourvage(item)"
         v-for="item in itemsOne"
       >
@@ -46,11 +46,12 @@
 
   methods: {
     checkCourvage(res) {
-      var res_val = {
-        url: '',
-        name: res.name,
-      };
-      this.$bus.$emit('changetool', res_val);
+      switch (res.id) {
+        case '1': //鍥惧眰绠$悊
+          // 鎵撳紑宸ョ▼鏍戝脊绐�
+
+          break;
+      }
     },
   },
 };
@@ -88,7 +89,7 @@
   background: url('../../assets/img/synthesis/鍥惧眰 35.png') no-repeat center;
 }
 .backimge {
-    width: 30px;
+  width: 30px;
   height: 30px;
   position: absolute;
   background-size: 100% 100%;

--
Gitblit v1.9.3