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,14 +86,14 @@ | ||
| 86 | <script id="sch-table-signo-sd-tootip-temp" type="text/html"> | 86 | <script id="sch-table-signo-sd-tootip-temp" type="text/html"> |
| 87 | <div class="tl-tip-panel"> | 87 | <div class="tl-tip-panel"> |
| 88 | <div style="font-size: 13px;"> | 88 | <div style="font-size: 13px;"> |
| 89 | - {{sd_time}}道闸 | 89 | + {{sd_time}}进站 |
| 90 | </div> | 90 | </div> |
| 91 | </div> | 91 | </div> |
| 92 | </script> | 92 | </script> |
| 93 | <script id="sch-table-signo-sf-tootip-temp" type="text/html"> | 93 | <script id="sch-table-signo-sf-tootip-temp" type="text/html"> |
| 94 | <div class="tl-tip-panel"> | 94 | <div class="tl-tip-panel"> |
| 95 | <div style="font-size: 13px;"> | 95 | <div style="font-size: 13px;"> |
| 96 | - {{sf_time}}道闸 | 96 | + {{sf_time}}出站 |
| 97 | </div> | 97 | </div> |
| 98 | </div> | 98 | </div> |
| 99 | </script> | 99 | </script> |