|
@@ -4,18 +4,17 @@ export const sysAdminMenus = [
|
|
name: '学校管理',
|
|
name: '学校管理',
|
|
code: 'SchoolManage',
|
|
code: 'SchoolManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 2,
|
|
id: 2,
|
|
name: '配置管理',
|
|
name: '配置管理',
|
|
code: 'SetManage',
|
|
code: 'SetManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
|
|
+
|
|
roles: ['ADMIN'],
|
|
roles: ['ADMIN'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -23,9 +22,8 @@ export const sysAdminMenus = [
|
|
name: '授权管理',
|
|
name: '授权管理',
|
|
code: 'AuthManage',
|
|
code: 'AuthManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 3,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 3,
|
|
},
|
|
},
|
|
];
|
|
];
|
|
|
|
|
|
@@ -36,9 +34,8 @@ export const adminMenus = [
|
|
code: 'HomeGuide',
|
|
code: 'HomeGuide',
|
|
icon: 'icon-home',
|
|
icon: 'icon-home',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 2,
|
|
id: 2,
|
|
@@ -46,9 +43,8 @@ export const adminMenus = [
|
|
code: 'user',
|
|
code: 'user',
|
|
icon: 'icon-user-manage',
|
|
icon: 'icon-user-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 201,
|
|
id: 201,
|
|
@@ -56,9 +52,8 @@ export const adminMenus = [
|
|
code: 'UserManage',
|
|
code: 'UserManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 2,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'user',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 3,
|
|
id: 3,
|
|
@@ -66,9 +61,8 @@ export const adminMenus = [
|
|
code: 'exam',
|
|
code: 'exam',
|
|
icon: 'icon-exam-manage',
|
|
icon: 'icon-exam-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 301,
|
|
id: 301,
|
|
@@ -76,9 +70,8 @@ export const adminMenus = [
|
|
code: 'ExamManage',
|
|
code: 'ExamManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 3,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'exam',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 4,
|
|
id: 4,
|
|
@@ -86,9 +79,8 @@ export const adminMenus = [
|
|
code: 'student',
|
|
code: 'student',
|
|
icon: 'icon-student-manage',
|
|
icon: 'icon-student-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 401,
|
|
id: 401,
|
|
@@ -96,9 +88,8 @@ export const adminMenus = [
|
|
code: 'StudentManage',
|
|
code: 'StudentManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 4,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'student',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 5,
|
|
id: 5,
|
|
@@ -106,9 +97,8 @@ export const adminMenus = [
|
|
code: 'scan',
|
|
code: 'scan',
|
|
icon: 'icon-scan-progress',
|
|
icon: 'icon-scan-progress',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 501,
|
|
id: 501,
|
|
@@ -116,9 +106,8 @@ export const adminMenus = [
|
|
code: 'ScanManage',
|
|
code: 'ScanManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 5,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'scan',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 6,
|
|
id: 6,
|
|
@@ -126,9 +115,8 @@ export const adminMenus = [
|
|
code: 'subject',
|
|
code: 'subject',
|
|
icon: 'icon-subject-manage',
|
|
icon: 'icon-subject-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 601,
|
|
id: 601,
|
|
@@ -136,9 +124,8 @@ export const adminMenus = [
|
|
code: 'SubjectManage',
|
|
code: 'SubjectManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 6,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'subject',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 7,
|
|
id: 7,
|
|
@@ -146,9 +133,8 @@ export const adminMenus = [
|
|
icon: 'icon-mark-manage',
|
|
icon: 'icon-mark-manage',
|
|
code: 'mark',
|
|
code: 'mark',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 701,
|
|
id: 701,
|
|
@@ -156,9 +142,8 @@ export const adminMenus = [
|
|
code: 'MarkProgress',
|
|
code: 'MarkProgress',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 7,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'mark',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 702,
|
|
id: 702,
|
|
@@ -166,9 +151,8 @@ export const adminMenus = [
|
|
icon: '',
|
|
icon: '',
|
|
code: 'MarkManage',
|
|
code: 'MarkManage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 7,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'mark',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 8,
|
|
id: 8,
|
|
@@ -176,9 +160,8 @@ export const adminMenus = [
|
|
code: 'reject',
|
|
code: 'reject',
|
|
icon: 'icon-reject-manage',
|
|
icon: 'icon-reject-manage',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 801,
|
|
id: 801,
|
|
@@ -186,9 +169,8 @@ export const adminMenus = [
|
|
code: 'RejectManage',
|
|
code: 'RejectManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 8,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'reject',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 802,
|
|
id: 802,
|
|
@@ -196,9 +178,8 @@ export const adminMenus = [
|
|
code: 'RejectRecord',
|
|
code: 'RejectRecord',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 8,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'reject',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 803,
|
|
id: 803,
|
|
@@ -206,9 +187,8 @@ export const adminMenus = [
|
|
code: 'RejectStatistics',
|
|
code: 'RejectStatistics',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 8,
|
|
|
|
- sequence: 3,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'reject',
|
|
|
|
+ seq: 3,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 9,
|
|
id: 9,
|
|
@@ -216,9 +196,8 @@ export const adminMenus = [
|
|
code: 'issue',
|
|
code: 'issue',
|
|
icon: 'icon-issue-paper',
|
|
icon: 'icon-issue-paper',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 901,
|
|
id: 901,
|
|
@@ -226,9 +205,8 @@ export const adminMenus = [
|
|
code: 'IssuePaper',
|
|
code: 'IssuePaper',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 9,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'issue',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 10,
|
|
id: 10,
|
|
@@ -236,9 +214,8 @@ export const adminMenus = [
|
|
code: 'review',
|
|
code: 'review',
|
|
icon: 'icon-score-review',
|
|
icon: 'icon-score-review',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1001,
|
|
id: 1001,
|
|
@@ -246,9 +223,8 @@ export const adminMenus = [
|
|
code: 'ScoreReviewStatistics',
|
|
code: 'ScoreReviewStatistics',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 10,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'review',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1002,
|
|
id: 1002,
|
|
@@ -256,9 +232,8 @@ export const adminMenus = [
|
|
code: 'AllReview',
|
|
code: 'AllReview',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 10,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'review',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1003,
|
|
id: 1003,
|
|
@@ -266,9 +241,8 @@ export const adminMenus = [
|
|
code: 'ScoreCheck',
|
|
code: 'ScoreCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 10,
|
|
|
|
- sequence: 3,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'review',
|
|
|
|
+ seq: 3,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 11,
|
|
id: 11,
|
|
@@ -276,9 +250,8 @@ export const adminMenus = [
|
|
code: 'score',
|
|
code: 'score',
|
|
icon: 'icon-score-query',
|
|
icon: 'icon-score-query',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1101,
|
|
id: 1101,
|
|
@@ -286,9 +259,8 @@ export const adminMenus = [
|
|
code: 'ScoreQuery',
|
|
code: 'ScoreQuery',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 11,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'score',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 12,
|
|
id: 12,
|
|
@@ -296,9 +268,8 @@ export const adminMenus = [
|
|
code: 'analysis',
|
|
code: 'analysis',
|
|
icon: 'icon-subject-analysis',
|
|
icon: 'icon-subject-analysis',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1201,
|
|
id: 1201,
|
|
@@ -306,9 +277,8 @@ export const adminMenus = [
|
|
code: 'AnalysisManage',
|
|
code: 'AnalysisManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 12,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'analysis',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 13,
|
|
id: 13,
|
|
@@ -316,9 +286,8 @@ export const adminMenus = [
|
|
code: 'check',
|
|
code: 'check',
|
|
icon: 'icon-data-check',
|
|
icon: 'icon-data-check',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1301,
|
|
id: 1301,
|
|
@@ -326,9 +295,8 @@ export const adminMenus = [
|
|
code: 'ManualConfirm',
|
|
code: 'ManualConfirm',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 13,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'check',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1302,
|
|
id: 1302,
|
|
@@ -336,9 +304,8 @@ export const adminMenus = [
|
|
code: 'ResultCheck',
|
|
code: 'ResultCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 13,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'check',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1303,
|
|
id: 1303,
|
|
@@ -346,9 +313,8 @@ export const adminMenus = [
|
|
code: 'ImageCheck',
|
|
code: 'ImageCheck',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 13,
|
|
|
|
- sequence: 3,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'check',
|
|
|
|
+ seq: 3,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 14,
|
|
id: 14,
|
|
@@ -356,9 +322,8 @@ export const adminMenus = [
|
|
code: 'log',
|
|
code: 'log',
|
|
icon: 'icon-log',
|
|
icon: 'icon-log',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: -1,
|
|
|
|
- sequence: 2,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: '',
|
|
|
|
+ seq: 2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 1401,
|
|
id: 1401,
|
|
@@ -366,8 +331,7 @@ export const adminMenus = [
|
|
code: 'LogManage',
|
|
code: 'LogManage',
|
|
icon: '',
|
|
icon: '',
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
- parentId: 14,
|
|
|
|
- sequence: 1,
|
|
|
|
- enable: true,
|
|
|
|
|
|
+ parentCode: 'log',
|
|
|
|
+ seq: 1,
|
|
},
|
|
},
|
|
];
|
|
];
|