diff --git a/src/views/largeScreen/commandDispatch/layout/bottomBtn.vue b/src/views/largeScreen/commandDispatch/layout/bottomBtn.vue
index 39f4bda..299cf6a 100644
--- a/src/views/largeScreen/commandDispatch/layout/bottomBtn.vue
+++ b/src/views/largeScreen/commandDispatch/layout/bottomBtn.vue
@@ -71,7 +71,7 @@ const footBtnImg = ref([
isChecked: false,
iconActive: require("@/assets/my/icon-gazy-active.png"),
icon: require("@/assets/my/icon-gazy.png"),
- title: "检查站",
+ title: "环林卡口",
type: "vertical"
}, {
hastc: true,
@@ -111,7 +111,7 @@ const chooseIcon = (val) => {
case "专家库":
addPointAreaList(zjk,require("@/assets/point/by.png"),"zjk")
break;
- case "检查站":
+ case "环林卡口":
addPointAreaList(jcz,require("@/assets/point/dtz_active.png"),"jczMap_jcz")
break;
case "警务站":
diff --git a/src/views/largeScreen/home/components/dialog/baseInfo.vue b/src/views/largeScreen/home/components/dialog/baseInfo.vue
index d8f33cc..12e0311 100644
--- a/src/views/largeScreen/home/components/dialog/baseInfo.vue
+++ b/src/views/largeScreen/home/components/dialog/baseInfo.vue
@@ -2,7 +2,7 @@
- 检查站名称
+ 环林卡口名称
:{{ item.jczmc }}
@@ -43,7 +43,7 @@
-
+
diff --git a/src/views/largeScreen/home/components/mapSearch.vue b/src/views/largeScreen/home/components/mapSearch.vue
index ceeaf13..9acf45b 100644
--- a/src/views/largeScreen/home/components/mapSearch.vue
+++ b/src/views/largeScreen/home/components/mapSearch.vue
@@ -90,7 +90,7 @@ const mapList = ref([
{ type: "06", name: "快反点" },
{ type: "07", name: "巡防区" },
{ type: "09", name: "犯罪预测区" },
- { type: "10", name: "检查站" },
+ { type: "10", name: "环林卡口" },
{ type: "01", name: "身份证号" },
{ type: "02", name: "车牌号" },
{ type: "04", name: "物品" },
diff --git a/src/views/largeScreen/home/layout/bottomBtn.vue b/src/views/largeScreen/home/layout/bottomBtn.vue
index 5588e6b..ac8e0da 100644
--- a/src/views/largeScreen/home/layout/bottomBtn.vue
+++ b/src/views/largeScreen/home/layout/bottomBtn.vue
@@ -317,7 +317,7 @@ let resource = ref({
"重点区域",
"必巡点",
"必巡线",
- "检查站",
+ "环林卡口",
"警务室",
"联勤警务站"
],
@@ -877,7 +877,7 @@ function changeDataGazy(val) {
if (!val.includes("公安局")) emitter.emit("deletePointArea", "gaj"); //清除公安局
if (!val.includes("派出所")) emitter.emit("deletePointArea", "pcs"); //清除派出所
if (!val.includes("警务站")) emitter.emit("deletePointArea", "jwz"); //清除警务站
- if (!val.includes("检查站")) emitter.emit("deletePointArea", "jczMap_hjcz"); //清除警务站
+ if (!val.includes("环林卡口")) emitter.emit("deletePointArea", "jczMap_hjcz"); //清除警务站
if (!val.includes("警务室")) emitter.emit("deletePointArea", "jczMap_jws"); //清除警务室
if (!val.includes("联勤警务站"))
emitter.emit("deletePointArea", "jczMap_jws"); //清除警务室
@@ -1025,8 +1025,8 @@ const showGazyMarker = (val, dm) => {
flag = "bxx";
methods = "get";
break;
- case "检查站":
- getBounder("01", "检查站");
+ case "环林卡口":
+ getBounder("01", "环林卡口");
break;
case "警务室":
url = "/mosty-jcgl/tbJcglJws/selectList";
@@ -1424,7 +1424,7 @@ function getBounder(qclx, type) {
? "qchm_map"
: type == "环主城"
? "qchzc_map"
- : type == "检查站"
+ : type == "环林卡口"
? "jczMap_hjcz"
: "qchhx_map";
let params = {
@@ -1442,7 +1442,7 @@ function getBounder(qclx, type) {
? "jczMap_hm"
: type == "jczMap_hzc"
? "qchzc_map"
- : type == "检查站"
+ : type == "环林卡口"
? "jczMap_hjcz"
: "jczMap_hhx";
// 01 固定 , 02 临时 , 03动态
diff --git a/src/views/largeScreen/home/layout/streetInfo.vue b/src/views/largeScreen/home/layout/streetInfo.vue
index 5472a66..00b24ee 100644
--- a/src/views/largeScreen/home/layout/streetInfo.vue
+++ b/src/views/largeScreen/home/layout/streetInfo.vue
@@ -91,7 +91,7 @@
-
+