Commit c117dacc195e249988653107b57b044d917691b5
1 parent
0aa78b6b
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch_maintain.html
| ... | ... | @@ -126,7 +126,7 @@ |
| 126 | 126 | $.each(rs, function (i) { |
| 127 | 127 | tsStr += '<li ' + (i == 0 ? 'class="uk-active"' : '') + '><a>' + this + '</a></li>'; |
| 128 | 128 | }); |
| 129 | - //分开闵行39路的日期权限 | |
| 129 | + //临时放开闵行39路的日期权限 | |
| 130 | 130 | if(gb_data_basic.line_idx=='100001'){ |
| 131 | 131 | var st = moment('2017-08-29', 'YYYY-MM-DD'); |
| 132 | 132 | var et = moment().format('YYYY-MM-DD'); | ... | ... |