Commit 3d10ce9ca434ece3b7687389dcd59441c300dd9c
1 parent
2276d322
update
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/js/main.js
| ... | ... | @@ -189,8 +189,8 @@ var open_modal = function(pageUrl, data, opt) { |
| 189 | 189 | function showUpdateDescription() { |
| 190 | 190 | //更新说明 |
| 191 | 191 | var updateDescription={ |
| 192 | - date: '2016-12-15', | |
| 193 | - text: '<h5>1、双击电子路单title右侧 ? 号图标,可将图例固定在上发。</h5><h5>2、每辆车最后一个班次,实发栏会显示计划和实际终点时间。</h5><h5>3、修复了子任务添加1分钟后再删除,弹出完整性约束校验失败 的问题。</h5>' | |
| 192 | + date: '2016-12-20', | |
| 193 | + text: '<h5>1、回场子任务开放使用。</h5>' | |
| 194 | 194 | }; |
| 195 | 195 | |
| 196 | 196 | var storage = window.localStorage | ... | ... |