测试用例修改

This commit is contained in:
sjl
2025-07-24 09:31:47 +08:00
parent 2200494765
commit 40564ee283
16 changed files with 47 additions and 18 deletions

View File

@@ -5269,6 +5269,7 @@ export default {
,
,
,
,
,
}

View File

@@ -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]

View File

@@ -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>

View File

@@ -317,6 +317,11 @@ const toggle = () => {
leftVisible.value = !leftVisible.value
rightVisible.value = !rightVisible.value
centerVisible.value = !centerVisible.value
if(leftVisible.value)//显示时刷新数据
{
tableStore.index()
}
}
// 区域变化