Commit abd15e21499880004155322419838cbe5b37f2f4
1 parent
d5f2bc44
道闸显示修改
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/badge_tooltip.html
| ... | ... | @@ -86,14 +86,14 @@ |
| 86 | 86 | <script id="sch-table-signo-sd-tootip-temp" type="text/html"> |
| 87 | 87 | <div class="tl-tip-panel"> |
| 88 | 88 | <div style="font-size: 13px;"> |
| 89 | - {{sd_time}}道闸 | |
| 89 | + {{sd_time}}进站 | |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
| 92 | 92 | </script> |
| 93 | 93 | <script id="sch-table-signo-sf-tootip-temp" type="text/html"> |
| 94 | 94 | <div class="tl-tip-panel"> |
| 95 | 95 | <div style="font-size: 13px;"> |
| 96 | - {{sf_time}}道闸 | |
| 96 | + {{sf_time}}出站 | |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
| 99 | 99 | </script> | ... | ... |