@@ -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;