南昌市物联网技防平台-前端
Administrator
2021-05-07 3177a2b7629fca5d172e5c3945f80b21ec8f671c
设备状态修改
1 files modified
14 ■■■■■ changed files
src/views/clientManagement/clientManagement.vue 14 ●●●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue
@@ -1001,7 +1001,19 @@
            } else if (data.records[i].heartbeat == "") {
              data.records[i].dxzt = 0;
            } else {
              data.records[i].dxzt = data.records[i].dtype;
              if(data.records[i].dtype==1){
                  data.records[i].dxzt = data.records[i].dtype;
              }
              if(data.records[i].dtype==2){
                  data.records[i].dxzt = 2;
              }
              if(data.records[i].dtype==3){
                  data.records[i].dxzt = 3;
              }
              if(data.records[i].dtype=="" || data.records[i].dtype==0){
                  data.records[i].dxzt = 1;
              }
            }
          }