南昌市物联网技防平台-前端
shuishen
2021-03-19 6bcb9a458596304b661a079af5f658816c51d2d6
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
1 files modified
17 ■■■■ changed files
src/views/realTimePolice/real.vue 17 ●●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue
@@ -1,6 +1,6 @@
/*
 * @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
 */
@@ -97,11 +97,20 @@
          >视频
        </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"
@@ -1318,6 +1327,10 @@
        }
      });
    },
    PoliceTracking(row) {
      //警情追踪
      this.$router.push({path: "/policeTracking/track", query: row});
    }
  },
};
</script>