Jelajahi Sumber

Merge branch 'mw2' of http://61.161.152.110:10101/r/electronic-map into sl

shilin 3 tahun lalu
induk
melakukan
40a04807bc
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      src/views/LightMatrix3/LightMatrix3.vue

+ 6 - 0
src/views/LightMatrix3/LightMatrix3.vue

@@ -446,6 +446,11 @@ export default {
         },
       });
     },
+	goDetails(item) {
+	  this.$router.push({
+	    path: `/monitor/windsite/info/${item.wpId}/${item.wtId}`,
+	  });
+	},
   },
 
   created() {
@@ -838,6 +843,7 @@ export default {
       }
 
       .card {
+		  cursor: pointer;
         margin-right: 4px;
         margin-top: 4px;
         flex: 1 0 118px;