ZZJ
2021-11-03 b4d2703e653bf702d705b18c20d9edb9066c7c8a
src/pages/analysisPower/index/App.vue
@@ -285,7 +285,7 @@
  methods: {
    ipSortMethod(a,b){
      console.log(a,b);
      debugger
      // debugger
      if(Number(a.ip.substr(a.ip.lastIndexOf('.')+1)) < Number(b.ip.substr(b.ip.lastIndexOf('.')+1))){
        return -1;
      }