办理情况查询页面功能
diff --git a/leave-school-vue/src/mock/menulist.js b/leave-school-vue/src/mock/menulist.js
index 7453cd9..343a71e 100644
--- a/leave-school-vue/src/mock/menulist.js
+++ b/leave-school-vue/src/mock/menulist.js
@@ -88,6 +88,25 @@
         meta: { title: '新闻公告查看', icon: 'newview' }
       }
     ]
+  },
+  {
+    path: '/statistical',
+    code: 'statistical',
+    meta: { title: '离校统计查询', icon: 'news' },
+    children: [
+      {
+        path: 'handling',
+        code: 'HandlingSituation',
+        resource: '/views/statistical/handling/index',
+        meta: { title: '办理情况查询', icon: 'handling' }
+      },
+      {
+        path: 'nodereport',
+        code: 'nodereport',
+        resource: '/views/news/newview/index',
+        meta: { title: '环节统计报表查询', icon: 'newview' }
+      }
+    ]
   }
 ]