Commit 2eac7f7107a2e9662c8e2ee54e731ebe2b4efd66
Merge branch 'minhang' of 192.168.168.201:panzhaov5/bsth_control into minhang
Showing
1 changed file
with
28 additions
and
27 deletions
src/main/resources/static/real_control_v2/js/data/json/north_toolbar.json
| ... | ... | @@ -3,31 +3,31 @@ |
| 3 | 3 | "id": 1, |
| 4 | 4 | "text": "数据&统计", |
| 5 | 5 | "children": [ |
| 6 | - { | |
| 7 | - "id": 1.1, | |
| 8 | - "text": "数据管理", | |
| 9 | - "header": 1 | |
| 10 | - }, | |
| 11 | - { | |
| 12 | - "id": 1.2, | |
| 13 | - "text": "当日计划排班", | |
| 14 | - "event": "curr_date_schedule" | |
| 15 | - }, | |
| 16 | - { | |
| 17 | - "id": 1.3, | |
| 18 | - "text": "缓存数据管理", | |
| 19 | - "event": "cache_data_manage" | |
| 20 | - }, | |
| 21 | - { | |
| 22 | - "id": 1.4, | |
| 23 | - "text": "历史路单维护", | |
| 24 | - "event": "history_sch_maintain" | |
| 25 | - }, | |
| 26 | - { | |
| 27 | - "id": 1.41, | |
| 28 | - "text": "班次修正日志", | |
| 29 | - "event": "sch_edit_info" | |
| 30 | - } | |
| 6 | + { | |
| 7 | + "id": 1.1, | |
| 8 | + "text": "数据管理", | |
| 9 | + "header": 1 | |
| 10 | + }, | |
| 11 | + { | |
| 12 | + "id": 1.2, | |
| 13 | + "text": "当日计划排班", | |
| 14 | + "event": "curr_date_schedule" | |
| 15 | + }, | |
| 16 | + { | |
| 17 | + "id": 1.3, | |
| 18 | + "text": "缓存数据管理", | |
| 19 | + "event": "cache_data_manage" | |
| 20 | + }, | |
| 21 | + { | |
| 22 | + "id": 1.4, | |
| 23 | + "text": "历史路单维护", | |
| 24 | + "event": "history_sch_maintain" | |
| 25 | + }, | |
| 26 | + { | |
| 27 | + "id": 1.41, | |
| 28 | + "text": "班次修正日志", | |
| 29 | + "event": "sch_edit_info" | |
| 30 | + } | |
| 31 | 31 | ] |
| 32 | 32 | }, |
| 33 | 33 | { |
| ... | ... | @@ -78,8 +78,9 @@ |
| 78 | 78 | }, |
| 79 | 79 | { |
| 80 | 80 | "id": 4.9, |
| 81 | - "text": "调度工作日报表", | |
| 82 | - "event": "form_schedule_daily_qp" | |
| 81 | + "text": "班次到离站", | |
| 82 | + "event": "form_inoutstation", | |
| 83 | + "icon": "uk-icon-table" | |
| 83 | 84 | } |
| 84 | 85 | ] |
| 85 | 86 | }, | ... | ... |