Commit ad37eaa00c92a03c7e3f85dc5245000c5e173664
1 parent
9ee8b9a0
update
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/js/main.js
| ... | ... | @@ -169,8 +169,8 @@ var disabled_submit_btn = function (form) { |
| 169 | 169 | function showUpdateDescription() { |
| 170 | 170 | //更新说明 |
| 171 | 171 | var updateDescription = { |
| 172 | - date: '2017-08-13', | |
| 173 | - text: '<h5>1、修复了 “子任务-区间调头” 当上下行里程不等时,站间距公里提示错误的问题!</h5>' | |
| 172 | + date: '2017-08-25', | |
| 173 | + text: '<h5>1、修复了一个bug,这个bug导致个别班次不显示实到时间!</h5>' | |
| 174 | 174 | }; |
| 175 | 175 | |
| 176 | 176 | var storage = window.localStorage | ... | ... |