Commit 6a997213 by 刘玉帅

位置修改

parent 99e640b4
......@@ -488,16 +488,15 @@
<el-button
type="text"
size="small"
@click="handleMore(scope.row, pageBszfc)"
@click="handleDispatch(scope.row, pageBszfc)"
id="sjjc"
:disabled="scope.row['kdjl'] == 0"
>
警力调派
</el-button>
<el-button
type="text"
size="small"
@click="handleChangeRemove(scope.row, pageBszfc)"
@click="handleEndOfTask(scope.row, pageBszfc)"
id="sjjc"
>任务结束
</el-button>
......@@ -4451,7 +4450,10 @@ export default {
cz: this.pageFlag,
};
},
methods: {
methods: {
handleDispatch(row,type){
this.$router.push({ path: "/dpjl", query: row }); // 路径名name
},
clickrow(row, column, cell, event) {
// console.log("999", column.label, row);
if (column.label == "省份") {
......
......@@ -1383,11 +1383,11 @@ export default {
name: self.newarr,
cp: [
//经纬度可以自己随意定义
[116.24, 42.54],
[120.28, 30.13],
[116.24, 42.54], //沈阳
[102.28, 30.13], //南昌
[93.2, 38.32], //南京
[120.28, 30.13], //昆明片区
[102.28, 30.13],
[93.2, 38.32],
],
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment