|  |  |  | 
|---|
|  |  |  | <el-container style="height: 100%"> | 
|---|
|  |  |  | <el-aside | 
|---|
|  |  |  | width="300px" | 
|---|
|  |  |  | style="background-color: rgb(238, 241, 246); overflow-y: hidden" | 
|---|
|  |  |  | style="background-color: rgb(238, 241, 246); overflow: hidden" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <div style="width: 274px; margin: 13px auto"> | 
|---|
|  |  |  | <el-date-picker | 
|---|
|  |  |  | 
|---|
|  |  |  | ref="datePick" | 
|---|
|  |  |  | v-model="datenum" | 
|---|
|  |  |  | @change="chooseDate" | 
|---|
|  |  |  | @blur="chooseDate1" | 
|---|
|  |  |  | @focus="chooseDate" | 
|---|
|  |  |  | value-format="yyyy-MM-dd" | 
|---|
|  |  |  | style="width: 280px" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </el-date-picker> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- <el-card class="box-card" style="width: 274px; margin: 13px auto"> --> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- <div v-else style="height: 180px; width: 274px; overflow-x: hidden"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> --> | 
|---|
|  |  |  | <!-- </el-card> --> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <div style="width: 274px; margin: 350px auto; border-radius: 8px"> | 
|---|
|  |  |  | <div | 
|---|
|  |  |  | style="width: 274px; margin: 10px auto; border-radius: 8px" | 
|---|
|  |  |  | class="coll" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <!--accordion 手风琴模式--> | 
|---|
|  |  |  | <el-collapse | 
|---|
|  |  |  | accordion | 
|---|
|  |  |  | style="box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)" | 
|---|
|  |  |  | v-show="shou1 === true" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-collapse-item | 
|---|
|  |  |  | style="text-indent: 2em; position: relative; padding-botton: 10px" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <template slot="title"> | 
|---|
|  |  |  | <img | 
|---|
|  |  |  | style="position: absolute; left: 18px" | 
|---|
|  |  |  | src="../../assets/images/uav/uav.png" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <span | 
|---|
|  |  |  | style="display: inline-block; position: absolute; left: 20px" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | 该日期暂无无人机数据</span | 
|---|
|  |  |  | > | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-collapse-item> | 
|---|
|  |  |  | </el-collapse> | 
|---|
|  |  |  | <el-collapse | 
|---|
|  |  |  | v-model="asideData.activeNames" | 
|---|
|  |  |  | accordion | 
|---|
|  |  |  | style="box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)" | 
|---|
|  |  |  | @change="handleChange" | 
|---|
|  |  |  | ref="collapse" | 
|---|
|  |  |  | v-show="shou1 === false" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-collapse-item | 
|---|
|  |  |  | v-for="(item1, index) in asideData.uavTimeFly" | 
|---|
|  |  |  | :key="index" | 
|---|
|  |  |  | :name="index" | 
|---|
|  |  |  | style="text-indent: 2em; position: relative" | 
|---|
|  |  |  | style="text-indent: 2em; position: relative; padding-botton: 10px" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <template slot="title"> | 
|---|
|  |  |  | <img | 
|---|
|  |  |  | 
|---|
|  |  |  | v-for="(item, index) in item1.timeSlot" | 
|---|
|  |  |  | :key="index" | 
|---|
|  |  |  | class="per-date_area" | 
|---|
|  |  |  | :class="{ activeArea: asideData.activeAreaKey === index }" | 
|---|
|  |  |  | :class="{ activeArea: asideData.activeKey === index }" | 
|---|
|  |  |  | @click="getFlyData(item, index, item1.mac)" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <div style="width: 100%; margin: 0 auto"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <span>{{ | 
|---|
|  |  |  | item.endTime.substr(11, item.startTime.length) | 
|---|
|  |  |  | }}</span> | 
|---|
|  |  |  | <span> ({{ item.total }}条) </span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-scrollbar> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="spantuu"> | 
|---|
|  |  |  | <span>无人机飞行高度范围(米):</span> | 
|---|
|  |  |  | <el-input class="inputtu" v-model="tallone" ref="uvas"></el-input | 
|---|
|  |  |  | >- | 
|---|
|  |  |  | <el-input class="inputtu" v-model="tallone" ref="uvas"></el-input> | 
|---|
|  |  |  | -- | 
|---|
|  |  |  | <el-input class="inputtu" v-model="talltwo" ref="uvas"></el-input> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div v-if="noneData" class="noneData">当前时间没有飞行数据</div> | 
|---|
|  |  |  | <!-- <div v-if="noneData" class="noneData">当前时间没有飞行数据</div> --> | 
|---|
|  |  |  | <div id="map_container" v-loading="loading" /> | 
|---|
|  |  |  | </el-main> | 
|---|
|  |  |  | </el-container> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data() { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | chosee: 1, | 
|---|
|  |  |  | shou1: true, | 
|---|
|  |  |  | zhanK1: 1, | 
|---|
|  |  |  | zhanK: 1, | 
|---|
|  |  |  | Duovalue: '', | 
|---|
|  |  |  | datenum: '', | 
|---|
|  |  |  | datenum: new Date(), | 
|---|
|  |  |  | // orderTime:[Date('2020-06-19'),Date('2021-06-19')] | 
|---|
|  |  |  | selecttrue: 1, | 
|---|
|  |  |  | pickerOptions: { | 
|---|
|  |  |  | cellClassName: (time) => { | 
|---|
|  |  |  | 
|---|
|  |  |  | dates: [], // 存放date数组 | 
|---|
|  |  |  | activeNames: [0], | 
|---|
|  |  |  | uavTimeFly: [], // 存放无人机信息以及飞行时间区间 | 
|---|
|  |  |  | activeKey: 0, | 
|---|
|  |  |  | activeKey: -1, | 
|---|
|  |  |  | activeAreaKey: 0, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | load: 1, | 
|---|
|  |  |  | 
|---|
|  |  |  | macs: '', | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  |  | 
|---|
|  |  |  | mounted() { | 
|---|
|  |  |  | this.$refs.datePick.focus() | 
|---|
|  |  |  | this.initStart() | 
|---|
|  |  |  | // this.$refs.datePick.focus() | 
|---|
|  |  |  | // this.getDate() | 
|---|
|  |  |  | // this.flyData() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  | this.newTime(this.timeValue) | 
|---|
|  |  |  | this.newDate() | 
|---|
|  |  |  | this.getDate() | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // this.getFlyData() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | selectDuo() { | 
|---|
|  |  |  | if (this.chosee === 1) { | 
|---|
|  |  |  | this.$message.warning('请先在左侧选择无人机时间') | 
|---|
|  |  |  | return | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (this.view) { | 
|---|
|  |  |  | this.view.removeAllLayers() | 
|---|
|  |  |  | this.map.clearOverlays() | 
|---|
|  |  |  | 
|---|
|  |  |  | // batch: '2023-06-16 16:21:21', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }).then((res) => { | 
|---|
|  |  |  | console.log(res) | 
|---|
|  |  |  | // console.log(res) | 
|---|
|  |  |  | this.carData = [] | 
|---|
|  |  |  | if (res.data === 'null') { | 
|---|
|  |  |  | this.noneData = true | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.changeCode(this.Duovalue) | 
|---|
|  |  |  | this.initStart(this.carData) | 
|---|
|  |  |  | if (res.data.vos.length) { | 
|---|
|  |  |  | this.initStart(this.carData) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | chooseDate() { | 
|---|
|  |  |  | this.$refs.datePick.focus() // 选择日期后依旧触发焦点 | 
|---|
|  |  |  | this.getTimeAreaData(this.datenum) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // chooseDate1() { | 
|---|
|  |  |  | //   this.$refs.datePick.focus() // 选择日期后依旧触发焦点 | 
|---|
|  |  |  | //   this.$refs.uvas.focus() | 
|---|
|  |  |  | // }, | 
|---|
|  |  |  | this.getTimeAreaData(this.datenum) | 
|---|
|  |  |  | $('.coll').css('margin-top', '350px') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | chooseDate1() { | 
|---|
|  |  |  | $('.coll').css('margin-top', '10px') | 
|---|
|  |  |  | // this.$refs.datePick.focus() // 选择日期后依旧触发焦点 | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | gengD() { | 
|---|
|  |  |  | if (this.zhanK === 1) { | 
|---|
|  |  |  | this.$message.warning('请先在左侧选择无人机和时间') | 
|---|
|  |  |  | return | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // if (this.zhanK === 1) { | 
|---|
|  |  |  | //   this.$message.warning('请先在左侧选择无人机和时间') | 
|---|
|  |  |  | //   return | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | this.selecttrue = 2 | 
|---|
|  |  |  | $('.dds').css({ height: '150px' }) | 
|---|
|  |  |  | $('.dds').css({ height: '170px' }) | 
|---|
|  |  |  | $('.numss').css({ width: '750px' }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | shou() { | 
|---|
|  |  |  | this.selecttrue = 1 | 
|---|
|  |  |  | $('.dds').css({ height: '100px' }) | 
|---|
|  |  |  | $('.numss').css({ width: '690px' }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | parseTime(time, cFormat) { | 
|---|
|  |  |  | if (arguments.length === 0 || !time) { | 
|---|
|  |  |  | 
|---|
|  |  |  | date: item, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }).then((res) => { | 
|---|
|  |  |  | this.asideData = [] | 
|---|
|  |  |  | console.log(res.data.vos, 'res.data.vos') | 
|---|
|  |  |  | if (res.data.vos.length === 0) { | 
|---|
|  |  |  | // console.log(res, 'res.data.vos') | 
|---|
|  |  |  | if (res.code === -47) { | 
|---|
|  |  |  | this.noneData = true | 
|---|
|  |  |  | this.loading = false | 
|---|
|  |  |  | // this.asideData.uavTimeFly=res.message | 
|---|
|  |  |  | this.shou1 = true | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | this.shou1 = false | 
|---|
|  |  |  | this.asideData.uavTimeFly = res.data.vos | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // if (res.code === 0) { | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // 初始化地图 | 
|---|
|  |  |  | getFlyData(item, index, mac) { | 
|---|
|  |  |  | // for (var i = 0; i < this.xie.date.length; i++) { | 
|---|
|  |  |  | //   this.xie.date[i].flyLat = this.xie.date[i].flyLat + ' °'.toString() | 
|---|
|  |  |  | //   this.xie.date[i].flyLon = this.xie.date[i].flyLon + ' °'.toString() | 
|---|
|  |  |  | //   this.xie.date[i].a34004 = this.xie.date[i].a34004 | 
|---|
|  |  |  | //   this.carData.push(this.xie.date[i]) | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | // this.initStart(this.carData) | 
|---|
|  |  |  | this.asideData.activeKey = index | 
|---|
|  |  |  | this.chosee = 2 | 
|---|
|  |  |  | this.batchs = item.batch | 
|---|
|  |  |  | this.macs = mac | 
|---|
|  |  |  | this.noneData = false | 
|---|
|  |  |  | 
|---|
|  |  |  | // batch: '2023-06-16 16:21:21', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }).then((res) => { | 
|---|
|  |  |  | console.log(res) | 
|---|
|  |  |  | // console.log(res) | 
|---|
|  |  |  | this.carData = [] | 
|---|
|  |  |  | if (res.data === 'null') { | 
|---|
|  |  |  | this.noneData = true | 
|---|
|  |  |  | 
|---|
|  |  |  | this.asideData.dates = JSON.parse(JSON.stringify(res.data.datesStr)) | 
|---|
|  |  |  | this.timeNums = this.asideData.dates | 
|---|
|  |  |  | if (this.asideData.dates.length > 0) { | 
|---|
|  |  |  | this.getTimeAreaData(this.asideData.dates[0], 0) | 
|---|
|  |  |  | this.datenum = this.asideData.dates[0] | 
|---|
|  |  |  | setTimeout(() => { | 
|---|
|  |  |  | if (this.asideData.uavTimeFly[0].timeSlot) { | 
|---|
|  |  |  | console.log( | 
|---|
|  |  |  | this.asideData.uavTimeFly[0].timeSlot, | 
|---|
|  |  |  | 'this.asideData.uavTimeFly[0].timeSlot' | 
|---|
|  |  |  | ) | 
|---|
|  |  |  | this.getTimeAreaData(this.datenum, 0) | 
|---|
|  |  |  | // this.datenum = this.asideData.dates[0] | 
|---|
|  |  |  | // setTimeout(() => { | 
|---|
|  |  |  | //   if (this.asideData.uavTimeFly[0].timeSlot) { | 
|---|
|  |  |  | // console.log( | 
|---|
|  |  |  | //   this.asideData.uavTimeFly[0].timeSlot, | 
|---|
|  |  |  | //   'this.asideData.uavTimeFly[0].timeSlot[0]' | 
|---|
|  |  |  | //       'this.asideData.uavTimeFly[0].timeSlot' | 
|---|
|  |  |  | // ) | 
|---|
|  |  |  | this.getFlyData(this.asideData.uavTimeFly[0].timeSlot[0], 0, mac) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, 500) | 
|---|
|  |  |  | //     // console.log( | 
|---|
|  |  |  | //     //   this.asideData.uavTimeFly[0].timeSlot, | 
|---|
|  |  |  | //     //   'this.asideData.uavTimeFly[0].timeSlot[0]' | 
|---|
|  |  |  | //     // ) | 
|---|
|  |  |  | //     this.getFlyData(this.asideData.uavTimeFly[0].timeSlot[0], 0, mac) | 
|---|
|  |  |  | //   } | 
|---|
|  |  |  | // }, 500) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | initStart(res) { | 
|---|
|  |  |  | console.log(res, 'res') | 
|---|
|  |  |  | this.abc += 1 | 
|---|
|  |  |  | const that = this | 
|---|
|  |  |  | if (!res) { | 
|---|
|  |  |  | console.log(1) | 
|---|
|  |  |  | that.map = new BMapGL.Map('map_container') | 
|---|
|  |  |  | that.map.enableScrollWheelZoom(true) // 开启鼠标滚轮,地图可以进行放大、缩小s | 
|---|
|  |  |  | that.map.setMapType(BMAP_EARTH_MAP) // 设置地图类型为地球模式 | 
|---|
|  |  |  | that.map.setDisplayOptions({ | 
|---|
|  |  |  | street: false, // 是否显示路网(只对卫星图和地球模式有效) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | that.map.setHeading(0) // 设置旋转角度 | 
|---|
|  |  |  | if (that.viewKey === '2D') { | 
|---|
|  |  |  | that.map.setTilt(0) // 地图倾斜 | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | that.map.setTilt(52) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | that.map.setMapStyleV2({ | 
|---|
|  |  |  | styleJson: [ | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'road', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | color: '#ffffff', | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'building', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'poilabel', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'manmade', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | showNoPoints() | 
|---|
|  |  |  |  | 
|---|
|  |  |  | return | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (this.dataType === 'history') { | 
|---|
|  |  |  | 
|---|
|  |  |  | that.viewType = this.viewKey | 
|---|
|  |  |  | that.size = this.uvasize | 
|---|
|  |  |  | that.distance = that.size / 2 / Math.sin((1 * Math.PI) / 4) | 
|---|
|  |  |  | console.log(that.distance, 'that.distance') | 
|---|
|  |  |  | // 已有地图,避免再次请求 | 
|---|
|  |  |  | if (!that.showPoints) { | 
|---|
|  |  |  | that.map = new BMapGL.Map('map_container') | 
|---|
|  |  |  | } | 
|---|
|  |  |  | that.map.enableScrollWheelZoom(true) // 开启鼠标滚轮,地图可以进行放大、缩小 | 
|---|
|  |  |  | that.map.setMapType(BMAP_EARTH_MAP) // 设置地图类型为地球模式 | 
|---|
|  |  |  | that.map.setDisplayOptions({ | 
|---|
|  |  |  | street: false, // 是否显示路网(只对卫星图和地球模式有效) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | that.map.setHeading(20) // 设置旋转角度 | 
|---|
|  |  |  | if (that.viewKey === '2D') { | 
|---|
|  |  |  | that.map.setTilt(0) // 地图倾斜 | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | that.map.setTilt(52) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // if (!that.showPoints) { | 
|---|
|  |  |  | //   console.log(111) | 
|---|
|  |  |  | //   that.map = new BMapGL.Map('map_container') | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | // that.map.enableScrollWheelZoom(true) // 开启鼠标滚轮,地图可以进行放大、缩小s | 
|---|
|  |  |  | // that.map.setMapType(BMAP_EARTH_MAP) // 设置地图类型为地球模式 | 
|---|
|  |  |  | // that.map.setDisplayOptions({ | 
|---|
|  |  |  | //   street: false, // 是否显示路网(只对卫星图和地球模式有效) | 
|---|
|  |  |  | // }) | 
|---|
|  |  |  | // that.map.setHeading(20) // 设置旋转角度 | 
|---|
|  |  |  | // if (that.viewKey === '2D') { | 
|---|
|  |  |  | //   that.map.setTilt(0) // 地图倾斜 | 
|---|
|  |  |  | // } else { | 
|---|
|  |  |  | //   that.map.setTilt(52) | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | // 使用百度地图v3.0接口,在设置地图 | 
|---|
|  |  |  | that.map.setMapStyleV2({ | 
|---|
|  |  |  | styleJson: [ | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'road', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | color: '#ffffff', | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'building', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'poilabel', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | featureType: 'manmade', | 
|---|
|  |  |  | elementType: 'all', | 
|---|
|  |  |  | stylers: { | 
|---|
|  |  |  | visibility: 'off', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | }) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // that.map.setDisplayOptions({ | 
|---|
|  |  |  | //   // 设置天空颜色 | 
|---|
|  |  |  | 
|---|
|  |  |  | // console.log(that.mapZoom, 'that.mapZoom') | 
|---|
|  |  |  | that.centerPoint = that.viewport.center | 
|---|
|  |  |  | if (that.firstPlayFlag) { | 
|---|
|  |  |  | console.log(that.mapZoom, that.centerPoint, '1') | 
|---|
|  |  |  | that.map.centerAndZoom(that.centerPoint, that.mapZoom) | 
|---|
|  |  |  | that.view = new mapvgl.View({ | 
|---|
|  |  |  | map: that.map, | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | that.firstPlayFlag = false | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | console.log(that.mapZoom, that.centerPoint, '2') | 
|---|
|  |  |  | this.view.removeAllLayers() | 
|---|
|  |  |  | this.map.clearOverlays() | 
|---|
|  |  |  | that.map.centerAndZoom(that.centerPoint, that.mapZoom) | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .activeArea { | 
|---|
|  |  |  | background-color: #f5f7fa; | 
|---|
|  |  |  | color: rgb(36, 36, 36); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /*文本样式*/ | 
|---|
|  |  |  | .textShow { | 
|---|
|  |  |  | 
|---|
|  |  |  | .per-text-data:nth-last-child(1) { | 
|---|
|  |  |  | padding-bottom: 8px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .el-collapse { | 
|---|
|  |  |  | border-top: 1px solid #ebeef5; | 
|---|
|  |  |  | border-bottom: 1px solid #ebeef5; | 
|---|
|  |  |  | width: 280px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /deep/.el-scrollbar__wrap { | 
|---|
|  |  |  | overflow-x: hidden; | 
|---|
|  |  |  | //overflow-y: hidden; | 
|---|
|  |  |  | 
|---|
|  |  |  | background-color: #f40; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .numss { | 
|---|
|  |  |  | width: 750px; | 
|---|
|  |  |  | width: 690px; | 
|---|
|  |  |  | background-color: white; | 
|---|
|  |  |  | padding: 10px; | 
|---|
|  |  |  | margin-top: 17px; | 
|---|
|  |  |  | 
|---|
|  |  |  | width: 8% !important; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .Duo { | 
|---|
|  |  |  | height: 70px; | 
|---|
|  |  |  | height: 60px; | 
|---|
|  |  |  | display: flex; | 
|---|
|  |  |  | overflow: hidden; | 
|---|
|  |  |  | background-color: white; | 
|---|
|  |  |  | width: 750px; | 
|---|
|  |  |  | padding-left: 10px; | 
|---|
|  |  |  | margin-top: 17px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .spantu { | 
|---|
|  |  |  | width: 190px; | 
|---|
|  |  |  | 
|---|
|  |  |  | // background-color: white; | 
|---|
|  |  |  | // height: 40px; | 
|---|
|  |  |  | display: flex; | 
|---|
|  |  |  | margin-left: 20px; | 
|---|
|  |  |  | line-height: 70px; | 
|---|
|  |  |  | margin-left: 25px; | 
|---|
|  |  |  | line-height: 60px; | 
|---|
|  |  |  | font-weight: 5px; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .inputtu { | 
|---|
|  |  |  | width: 35%; | 
|---|
|  |  |  | width: 40%; | 
|---|
|  |  |  | margin-left: 5px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .slee { | 
|---|
|  |  |  | line-height: 70px; | 
|---|
|  |  |  | line-height: 60px; | 
|---|
|  |  |  | width: 100px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .spantuu { | 
|---|
|  |  |  | margin-left: 25px; | 
|---|
|  |  |  | width: 400px; | 
|---|
|  |  |  | line-height: 70px; | 
|---|
|  |  |  | line-height: 60px; | 
|---|
|  |  |  | .inputtu { | 
|---|
|  |  |  | width: 20%; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | .jlpMySelectPopper.el-date-picker table { | 
|---|
|  |  |  | width: 88%; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .BMap_cpyCtrl { | 
|---|
|  |  |  | display: none; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .anchorBL { | 
|---|
|  |  |  | display: none; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .el-collapse-item__arrow.is-active { | 
|---|
|  |  |  | -webkit-transform: rotate(90deg); | 
|---|
|  |  |  | transform: rotate(90deg); | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | top: -3px; | 
|---|
|  |  |  | right: -3px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 解决自定义滚动条 x 轴显示问题 */ | 
|---|
|  |  |  | .el-scrollbar__wrap { | 
|---|
|  |  |  | overflow-x: hidden; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|