Commit 0d66c1a11cc8f281a82e3f9acdb46197fbf360ec
1 parent
bd6c4281
update...
Showing
1 changed file
with
5 additions
and
1 deletions
src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v3/layout.html
| @@ -96,7 +96,11 @@ | @@ -96,7 +96,11 @@ | ||
| 96 | <dl> | 96 | <dl> |
| 97 | <dd> | 97 | <dd> |
| 98 | {{if item.abnormalType == 'speed'}} | 98 | {{if item.abnormalType == 'speed'}} |
| 99 | - 超速({{item.speed}}) | 99 | + {{if item.speed>=100}} |
| 100 | + 速度异常 | ||
| 101 | + {{else}} | ||
| 102 | + 超速({{item.speed}}) | ||
| 103 | + {{/if}} | ||
| 100 | {{else if item.abnormalType == 'outbound'}} | 104 | {{else if item.abnormalType == 'outbound'}} |
| 101 | 越界 | 105 | 越界 |
| 102 | {{/if}} | 106 | {{/if}} |