src/views/policeInformationDistribution/index.vue
@@ -39,16 +39,22 @@ :size="size" :type="type" @click.stop="disposition(row)" >处置</el-button > >处置</el-button> <el-button icon="el-icon-s-order" :size="size" :type="type" @click.stop="PoliceTracking(row)" >追踪</el-button> <el-button icon="el-icon-location-outline" :size="size" :type="type" @click.stop="handleMap(row)" >定位</el-button > >定位</el-button> </template> </avue-crud> <el-drawer @@ -495,6 +501,12 @@ }; }) }, PoliceTracking(row){ //警情追踪 } } }; </script>