From 552561c06c7e660b4602ae5fbbf59fba49b29da2 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 30 八月 2023 11:56:41 +0800
Subject: [PATCH] bug修复

---
 src/views/laboratory/gather/index.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/views/laboratory/gather/index.vue b/src/views/laboratory/gather/index.vue
index cccf8cc..c7e421a 100644
--- a/src/views/laboratory/gather/index.vue
+++ b/src/views/laboratory/gather/index.vue
@@ -17,7 +17,7 @@
       </el-form>
     </div>
     <div class="library-table">
-      <el-card v-for="item in device" :key="index" class="box-card" style="width: 22.8%;">
+      <el-card v-for="(item,index) in device" :key="index" class="box-card" style="width: 22.8%;">
         <div class="header">
           <div style="display: flex;justify-content: start; width: 100%;">
             <div class="el-icon-set-up" style="font-size: 25px;color: rgb(103, 194, 58);line-height: 55px ;"></div>
@@ -76,6 +76,14 @@
       ]
     }
   },
+	methods:{
+		searchInspections(){
+			
+		},
+		reset(){
+			
+		}
+	}
 }
 </script>
 

--
Gitblit v1.9.3