Browse Source

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

shilin 3 years ago
parent
commit
40a04807bc
1 changed files with 6 additions and 0 deletions
  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;