|
@@ -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 = [];
|