瀏覽代碼

水利人员轨迹

彭宇 2 年之前
父節點
當前提交
d87a3eae47
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/leader.vue

+ 4 - 4
src/views/leader.vue

@@ -68,7 +68,7 @@
 					<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
 						<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
 						<div class="this-title">
-							<span>巡任务</span>
+							<span>巡任务</span>
 							<dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
 						</div>
 						<div class="i-list-con h-73">
@@ -173,7 +173,7 @@
 				visuForestCloudRYBO: [], //人员类型列表
 				peopleList: [], //人员列表
 				connectList: [], //画线
-				xunLinListOne: [], //巡任务
+				xunLinListOne: [], //巡任务
 				recordList: [], //巡查记录
 				showNothing: false, //暂无信息
 				zrs: 0, //总人数
@@ -290,7 +290,7 @@
 				this.connectList = []
 				this.$refs.supermap.clearC()
 			},
-			//点击左侧人员列表获取 巡计划
+			//点击左侧人员列表获取 巡计划
 			getPlanList(personId) {
 				this.showNothing = false;
 				this.recordList = [];
@@ -299,7 +299,7 @@
 				})
 				this.$refs.supermap.clearC()
 			},
-			//点击右侧巡计划获取 巡查记录
+			//点击右侧巡计划获取 巡查记录
 			getRecordList(id) {
 				this.showNothing = false;
 				this.recordList = [];