Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
| | |
| | | /* |
| | | * @Author: Morpheus |
| | | * @Date: 2021-03-17 15:21:33 |
| | | * @Author: Morpheus |
| | | * @Date: 2021-03-17 15:21:33 |
| | | * @Last Modified by: Morpheus |
| | | * @Last Modified time: 2021-03-19 16:56:35 |
| | | */ |
| | |
| | | >视频 |
| | | </el-button> |
| | | <el-button |
| | | v-if="row.jtype == 0 || row.jtype == '' " |
| | | icon="el-icon-edit" |
| | | :size="size" |
| | | :type="type" |
| | | @click.stop="handleManage(row)" |
| | | >核实 |
| | | </el-button> |
| | | <el-button |
| | | v-if="row.jtype == 1 || row.jtype == 2 || row.jtype == 3" |
| | | icon="el-icon-s-order" |
| | | :size="size" |
| | | :type="type" |
| | | @click.stop="PoliceTracking(row)" |
| | | >追踪 |
| | | </el-button> |
| | | <el-button |
| | | icon="el-icon-location-outline" |
| | |
| | | } |
| | | }); |
| | | }, |
| | | PoliceTracking(row) { |
| | | //警情追踪 |
| | | this.$router.push({path: "/policeTracking/track", query: row}); |
| | | } |
| | | }, |
| | | }; |
| | | </script> |