-
· 处理任务总数
+
· 派发任务总数
200
@@ -50,7 +50,7 @@
-
· 任务立案数量
+
· 已处理任务数量
180
@@ -58,7 +58,7 @@
-
· 任务结案数量
+
· 未处理任务数量
20
@@ -68,17 +68,18 @@
-
+
-
+
diff --git a/src/views/bigScreen/components/mapRightContent.vue b/src/views/bigScreen/components/mapRightContent.vue
index 6ccecad..bcf5b80 100644
--- a/src/views/bigScreen/components/mapRightContent.vue
+++ b/src/views/bigScreen/components/mapRightContent.vue
@@ -4,25 +4,25 @@
* @Author: JC9527
* @Date: 2023-08-15 11:09:57
* @LastEditors: JC9527
- * @LastEditTime: 2023-12-13 10:58:50
+ * @LastEditTime: 2023-12-25 11:13:11
-->
@@ -98,6 +98,7 @@ export default {
weilanArray:[],
luduanArray:[],
wanggeArray:[],
+ $listeners: false,
}
},
props:['quyuData', 'weilanData', 'luduanData', 'wanggeData'],
@@ -131,7 +132,7 @@ export default {
},
wanggeData: {
handler(newWange){
- // console.log(newLuduan,'路段');
+ // console.log(newWange,'网格');
if(newWange) {
this.wanggeArray = newWange
}
diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue
index afe00f7..cee6129 100644
--- a/src/views/bigScreen/index.vue
+++ b/src/views/bigScreen/index.vue
@@ -4,7 +4,7 @@
* @Author: JC9527
* @Date: 2023-08-14 14:40:02
* @LastEditors: JC9527
- * @LastEditTime: 2023-12-20 14:58:40
+ * @LastEditTime: 2023-12-26 21:59:30
-->
@@ -26,16 +26,17 @@
-->
-
+
-
+
@@ -58,6 +59,7 @@ export default {
minute: '',
second: '',
},
+ backgroundId:1,
};
},
created() {
@@ -95,6 +97,10 @@ export default {
rightAnimationAction() {
this.rightAnimation = !this.rightAnimation;
},
+ changeBackground(id){
+ console.log(id);
+ this.backgroundId = id;
+ }
// getcodeImg(){
// getInfo().then(res => {
// console.log(res,'codeImgres');
@@ -140,12 +146,46 @@ div {
center;
background-size: cover;
position: relative;
+ .change-map-before-left {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ width: 510px;
+ height: 99%;
+ z-index: 550;
+ box-sizing: border-box;
+ &::before {
+ content: "";
+ position: absolute; /* 一定要用绝对定位 */
+ width: 100%;
+ height: 100%;
+ backdrop-filter: blur(5px); /* 模糊半径 */
+ background-color: rgba(10,38,75,0.5);
+ }
+ }
+ .change-map-before-right {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ width: 510px;
+ height: 99%;
+ z-index: 550;
+ box-sizing: border-box;
+ &::before {
+ content: "";
+ position: absolute; /* 一定要用绝对定位 */
+ width: 100%;
+ height: 100%;
+ backdrop-filter: blur(5px); /* 模糊半径 */
+ background-color: rgba(10,38,75,0.5);
+ }
+ }
.map-before-left {
position: absolute;
left: 0px;
top: 0px;
width: 510px;
- height: 98%;
+ height: 99%;
z-index: 550;
box-sizing: border-box;
}
@@ -197,7 +237,7 @@ div {
right: 0px;
top: 0px;
width: 510px;
- height: 98%;
+ height: 99%;
z-index: 550;
box-sizing: border-box;
}
diff --git a/src/views/bigScreen/map/index.vue b/src/views/bigScreen/map/index.vue
index 44bc686..e74b4fb 100644
--- a/src/views/bigScreen/map/index.vue
+++ b/src/views/bigScreen/map/index.vue
@@ -31,14 +31,14 @@
-
+
- clickMarker(marker,e)">
+ clickMarker(marker,e)">
{{marker.text}}
![]()
@@ -60,14 +60,52 @@
-
-
李飞
-
执法1队队员
+
+
{{ personInfo.info.userName }}
+
+
+
+
+
+
行程轨迹
附近队员
位置分享
+
强制观摩
任务派发
@@ -154,7 +192,7 @@