src/views/clientManagement/clientManagement.vue
@@ -77,7 +77,7 @@ <i class="yj" v-if="row.dxzt == '2' "></i> <i class="gz" v-if="row.dxzt == '3' "></i> </el-tag> </template> <template slot-scope="{ row }" slot="type"> @@ -1029,7 +1029,7 @@ if(data.records[i].dtype=="" || data.records[i].dtype==0){ data.records[i].dxzt = 1; } } } @@ -1125,7 +1125,7 @@ this.showMap = true; this.$nextTick(() => { this.$refs.mapDiv.onload = () => { window.frames[0].init("equipment", {x: row.jd, y: row.wd}); window.frames[1].init("equipment", {x: row.jd, y: row.wd}); }; }) },rightClick(row, event) {