Commit f3863b94c75371cfc5b7ea6be8d7f357137cf862

Authored by 潘钊
1 parent 0e6dd12d

update...

src/main/resources/static/real_control_v2/js/main.js
... ... @@ -168,8 +168,8 @@ var disabled_submit_btn = function (form) {
168 168 function showUpdateDescription() {
169 169 //更新说明
170 170 var updateDescription = {
171   - date: '2017-11-23',
172   - text: '<h5>1、蒽... 更新了一些东西,,, 明天再写更新说明。</h5>'
  171 + date: '2017-11-24',
  172 + text: '<h5>1、修复23号下午更新后出现的部分线路班次执行问题。</h5><h5>2、尝试接入成山路停车场的RFID信号,以弥补成山路停车场高峰时GPS信号弱的问题。</h5><h5>3、报表管理里加入 “班次车辆人员日统计”</h5><h5>4、现在“历史班次调整”里可以修改烂班原因和售票员</h5>'
173 173 };
174 174  
175 175 var storage = window.localStorage
... ...