he wei
5 天以前 3c3576d5792bfabcef84979757ee344712e71cd3
src/views/datas/device.vue
@@ -58,6 +58,11 @@
         width: "80",
      },
    {
      prop: "nodeStationStr",
      label: "是否节点站",
      width: "200",
    },
    {
         prop: "longitude",
         label: "经度",
         width: "80",
@@ -202,6 +207,7 @@
               list = data2.list.map(v => ({
            ...v,
            powerTypeStr: powerTypes[v.powerType],
            nodeStationStr: v.nodeStation ? "是" : "否",
            // roleName: roles[v.role],
          }));
               _total = data2.total;