南昌市物联网技防平台-前端
zengh
2021-03-03 46f875b6e9933fc88d7ffa3f2d586296eeb8e89d
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>