修改测试问题

This commit is contained in:
guanj
2026-06-29 11:01:44 +08:00
parent f008bcb4b8
commit 1d73755a43
56 changed files with 2875 additions and 2702 deletions

View File

@@ -59,8 +59,8 @@
<text>
{{ item.startTime ? '发生时间:' + item.startTime : '' }}
{{
item.evtParamVVaDepth != null && item.evtParamVVaDepth !== ''
? '幅值' + item.evtParamVVaDepth + '%'
item.evtParamPhase != null && item.evtParamPhase !== ''
? '相别' + item.evtParamPhase
: ''
}}
{{
@@ -69,10 +69,12 @@
: ''
}}
{{
item.evtParamPhase != null && item.evtParamPhase !== ''
? '相别' + item.evtParamPhase
item.evtParamVVaDepth != null && item.evtParamVVaDepth !== ''
? '幅值' + item.evtParamVVaDepth + '%'
: ''
}} {{
}}
{{
item.landPoint != null && item.landPoint !== ''
? ',落点区域:' + item.landPoint
: ',落点区域:未知'
@@ -287,6 +289,6 @@ export default {
align-items: center;
justify-content: center;
box-shadow: 0 4rpx 16rpx rgba(55, 108, 243, 0.35);
z-index: 99;
z-index: 1;
}
</style>