Commit a1eb7a0df6319fe7cfb71b1850d79f65c3051eed
1 parent
11ae1b54
1.菜单
Showing
1 changed file
with
1 additions
and
41 deletions
src/main/resources/static/real_control_v2/js/data/json/north_toolbar.json
| ... | ... | @@ -2,11 +2,7 @@ |
| 2 | 2 | { |
| 3 | 3 | "id": 1, |
| 4 | 4 | "text": "数据&统计", |
| 5 | - "clazz": "dropdown-column-2", | |
| 6 | - "columns": true, | |
| 7 | - "cls_class": "uk-width-1-2", | |
| 8 | - "grid": [ | |
| 9 | - [ | |
| 5 | + "children": [ | |
| 10 | 6 | { |
| 11 | 7 | "id": 1.1, |
| 12 | 8 | "text": "数据管理", |
| ... | ... | @@ -32,42 +28,6 @@ |
| 32 | 28 | "text": "班次修正日志", |
| 33 | 29 | "event": "sch_edit_info" |
| 34 | 30 | } |
| 35 | - ], | |
| 36 | - [ | |
| 37 | - { | |
| 38 | - "id": 2.1, | |
| 39 | - "text": "统计分析", | |
| 40 | - "header": 1 | |
| 41 | - }, | |
| 42 | - { | |
| 43 | - "id": 2.2, | |
| 44 | - "text": "出车率", | |
| 45 | - "event": "turnout_rate", | |
| 46 | - "icon": "uk-icon-pie-chart" | |
| 47 | - }, | |
| 48 | - { | |
| 49 | - "id": 2.3, | |
| 50 | - "text": "设备上线率", | |
| 51 | - "event": "device_online_rate", | |
| 52 | - "icon": "uk-icon-pie-chart" | |
| 53 | - }, | |
| 54 | - { | |
| 55 | - "id": 2.4, | |
| 56 | - "divider": true | |
| 57 | - }, | |
| 58 | - { | |
| 59 | - "id": 2.5, | |
| 60 | - "text": "线路首末班准点率", | |
| 61 | - "event": "s_e_punctuality_rate_line", | |
| 62 | - "icon": "uk-icon-pie-chart" | |
| 63 | - }, | |
| 64 | - { | |
| 65 | - "id": 2.7, | |
| 66 | - "text": "班次执行率", | |
| 67 | - "event": "sch_exec_rate", | |
| 68 | - "icon": "uk-icon-pie-chart" | |
| 69 | - } | |
| 70 | - ] | |
| 71 | 31 | ] |
| 72 | 32 | }, |
| 73 | 33 | { | ... | ... |