Commit a640077dbb440776dd6ee219570c9395d3f870ea

Authored by 游瑞烽
1 parent 5721921e

线调报表管理目录修正

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 },
... ...