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>