src/views/policeInformationDistribution/index.vue
@@ -35,6 +35,7 @@ <template slot-scope="{ type, size, row }" slot="menu"> <el-button v-if="row.type == 0" icon="el-icon-edit" :size="size" :type="type" @@ -42,6 +43,7 @@ >处置</el-button> <el-button v-if="row.type == 1 || row.type == 2" icon="el-icon-s-order" :size="size" :type="type" @@ -514,9 +516,9 @@ this.showMap = true; this.$nextTick(() => { this.$refs.mapDiv.onload = () => { window.frames[0].locationObj = {x: row.jd, y: row.wd}; window.frames[0].init("ClientManagement",{x: row.jd, y: row.wd}); }; }) }); }, PoliceTracking(row){ //警情追踪