添加离校手续管理-->离校环节设置前台页面编写
diff --git a/leave-school-vue/src/mock/menulist.js b/leave-school-vue/src/mock/menulist.js
index 343a71e..1e7af45 100644
--- a/leave-school-vue/src/mock/menulist.js
+++ b/leave-school-vue/src/mock/menulist.js
@@ -90,6 +90,49 @@
]
},
{
+ path: '/procedures',
+ code: 'procedures',
+ meta: { title: '离校手续管理', icon: 'procedures' },
+ children: [
+ {
+ path: 'node',
+ code: 'Node',
+ resource: '/views/procedures/node/index',
+ meta: { title: '离校环节设置', icon: 'node' }
+ },
+ {
+ path: 'batch',
+ code: 'Batch',
+ resource: '/views/procedures/batch/index',
+ meta: { title: '离校批次管理', icon: 'batch' }
+ },
+ {
+ path: 'manifest',
+ code: 'manifest',
+ resource: '/views/procedures/manifest/index',
+ meta: { title: '离校名单管理', icon: 'manifest' }
+ },
+ {
+ path: 'batchaudit',
+ code: 'BatchAudit',
+ resource: '/views/procedures/batchAudit/index',
+ meta: { title: '离校批量审核管理', icon: 'batchAudit' }
+ },
+ {
+ path: 'audit',
+ code: 'Audit',
+ resource: '/views/procedures/audit/index',
+ meta: { title: '离校学生审核', icon: 'audit' }
+ },
+ {
+ path: 'view',
+ code: 'View',
+ resource: '/views/procedures/view/index',
+ meta: { title: '办理情况学生查看', icon: 'view' }
+ }
+ ]
+ },
+ {
path: '/statistical',
code: 'statistical',
meta: { title: '离校统计查询', icon: 'news' },