Commit 0d66c1a11cc8f281a82e3f9acdb46197fbf360ec

Authored by 潘钊
1 parent bd6c4281

update...

src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v3/layout.html
... ... @@ -96,7 +96,11 @@
96 96 <dl>
97 97 <dd>
98 98 {{if item.abnormalType == 'speed'}}
99   - 超速({{item.speed}})
  99 + {{if item.speed>=100}}
  100 + 速度异常
  101 + {{else}}
  102 + 超速({{item.speed}})
  103 + {{/if}}
100 104 {{else if item.abnormalType == 'outbound'}}
101 105 越界
102 106 {{/if}}
... ...