hanbaoshan
2020-10-17 fbf765d5c363f4ccec60fe9d73875099ffe544ff
src/pages/settings/components/CloudNode.vue
@@ -135,6 +135,7 @@
    }
  },
  mounted () {
    console.log(this.nodes)
    //this.getInsideNodes();
  },
  methods: {
@@ -196,8 +197,8 @@
    //   return temp;
    // },
    outsideNodes () {
      //return this.nodes.filter(item=>item.hardwareType=='03');
      return this.mockData.filter(item => item.hardwareType == '03');
      return this.mockData.filter(item=>item.hardwareType=='03');
      //return this.nodes.filter(item => item.hardwareType == '03');
    }
  }
}
@@ -230,6 +231,7 @@
  .outer {
    width: 40%;
    position: relative;
    text-align: left;
    .node {
      position: absolute;
    }