| | |
| | | :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 |
| | |
| | | }; |
| | | }) |
| | | }, |
| | | PoliceTracking(row){ |
| | | //警情追踪 |
| | | |
| | | |
| | | |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | |
| | | isActive: false, |
| | | recorder: null |
| | | }; |
| | | |
| | | }, |
| | | computed: { |
| | | ...mapGetters(["permission", "flowRoutes"]), |