| src/views/clientManagement/clientManagement.vue | ●●●●● 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; } } }