测试用例修改
This commit is contained in:
@@ -5269,6 +5269,7 @@ export default {
|
||||
鹰潭,
|
||||
赣州,
|
||||
吉安,
|
||||
宜春,
|
||||
抚州,
|
||||
上饶
|
||||
}
|
||||
|
||||
@@ -529,6 +529,7 @@ const DeviceQ = () => {
|
||||
|
||||
// 定位
|
||||
const flyTo = (e: any, zoom?: number) => {
|
||||
console.log('🚀 ~ flyTo ~ e:', e)
|
||||
let regex = new RegExp(e.psrName, 'i')
|
||||
center.value.lng = e.coordinate[0]
|
||||
center.value.lat = e.coordinate[1]
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="boxDiv hexagon hexagon2">
|
||||
<div style="color: #fff">{{ props.params.checkNum }}</div>
|
||||
<!-- <div class="hexagon"></div> -->
|
||||
<div class="mt10 divBot">调试</div>
|
||||
<div class="mt10 divBot">检修</div>
|
||||
</div>
|
||||
<div class="boxDiv hexagon hexagon3">
|
||||
<div style="color: #fff">{{ props.params.stopRunNum }}</div>
|
||||
|
||||
@@ -317,6 +317,11 @@ const toggle = () => {
|
||||
leftVisible.value = !leftVisible.value
|
||||
rightVisible.value = !rightVisible.value
|
||||
centerVisible.value = !centerVisible.value
|
||||
if(leftVisible.value)//显示时刷新数据
|
||||
{
|
||||
tableStore.index()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 区域变化
|
||||
|
||||
Reference in New Issue
Block a user