|
@@ -21,10 +21,10 @@ window.menuList.unshift({
|
|
|
name: '基础数据管理',
|
|
|
icon: 'el-icon-unlock',
|
|
|
parent: true,
|
|
|
-
|
|
|
childList: [{
|
|
|
id: 'tb-dept-list',
|
|
|
name: '组织管理',
|
|
|
+ icon: 'el-icon-s-operation',
|
|
|
url: 'sa-view/tb-dept/tb-dept-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-dept-add',
|
|
@@ -48,6 +48,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'admin-list',
|
|
|
name: '用户管理',
|
|
|
+ icon: 'el-icon-user',
|
|
|
url: 'sa-view-sp/sp-admin/admin-list.html',
|
|
|
info: '所有管理员账号',
|
|
|
childList: [{
|
|
@@ -72,6 +73,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'role-list',
|
|
|
name: '角色管理',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
url: 'sa-view-sp/sp-role/role-list.html',
|
|
|
info: '管理系统各种角色',
|
|
|
childList: [{
|
|
@@ -102,18 +104,21 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'menu-list',
|
|
|
name: '菜单列表',
|
|
|
+ icon: 'el-icon-s-operation',
|
|
|
url: 'sa-view-sp/sp-role/menu-list.html',
|
|
|
info: '所有菜单项预览'
|
|
|
},
|
|
|
{
|
|
|
id: 'apilog-list',
|
|
|
name: '日志管理',
|
|
|
+ icon: 'el-icon-date',
|
|
|
url: 'sa-view-sp/sp-apilog/api-log-list.html',
|
|
|
info: '记录本系统所有的api请求'
|
|
|
},
|
|
|
{
|
|
|
id: 'sys-dict-list',
|
|
|
name: '字典管理',
|
|
|
+ icon: 'el-icon-document',
|
|
|
url: 'sa-view/sys-dict/sys-dict-list.html',
|
|
|
childList: [{
|
|
|
id: 'sys-dict-add',
|
|
@@ -144,6 +149,7 @@ window.menuList.unshift({
|
|
|
info: '对本系统的各种监控',
|
|
|
childList: [{
|
|
|
id: 'redis-console',
|
|
|
+ icon: 'el-icon-tickets',
|
|
|
name: 'Redis控制台',
|
|
|
url: 'sa-view-sp/sp-console/redis-console.html',
|
|
|
info: 'redis常用工具'
|
|
@@ -152,14 +158,11 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'sql-console',
|
|
|
name: 'SQL 监控台',
|
|
|
+ icon: 'el-icon-set-up',
|
|
|
url: 'sa-view-sp/sp-console/sql-console.html',
|
|
|
info: 'sql控制台'
|
|
|
},
|
|
|
- {
|
|
|
- id: 'form-generator',
|
|
|
- name: '在线表单构建',
|
|
|
- url: 'https://mrhj.gitee.io/form-generator/#/'
|
|
|
- },
|
|
|
+
|
|
|
]
|
|
|
}, {
|
|
|
id: 'sp-cfg',
|
|
@@ -167,26 +170,27 @@ window.menuList.unshift({
|
|
|
parent: true,
|
|
|
icon: 'el-icon-setting',
|
|
|
info: '有防疫的一些配置',
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'sp-cfg-server',
|
|
|
- name: '参数设置',
|
|
|
- url: 'sa-view-sp/sp-cfg/server-cfg.html'
|
|
|
- },
|
|
|
- ]
|
|
|
+ childList: [{
|
|
|
+ id: 'sp-cfg-server',
|
|
|
+ name: '参数设置',
|
|
|
+ icon: 'el-icon-s-grid',
|
|
|
+ url: 'sa-view-sp/sp-cfg/server-cfg.html'
|
|
|
+ }, ]
|
|
|
}, {
|
|
|
id: 'filing-system',
|
|
|
name: '备案管理子系统',
|
|
|
parent: true,
|
|
|
- icon: 'el-icon-document-add',
|
|
|
+ icon: 'el-icon-suitcase',
|
|
|
childList: [{
|
|
|
id: 'tb-filing',
|
|
|
name: '备案管理',
|
|
|
parent: true,
|
|
|
+ icon: 'el-icon-date',
|
|
|
url: 'sa-view/tb-car-black/tb-car-black-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-car-filing-list',
|
|
|
name: '车辆备案',
|
|
|
+ icon: 'el-icon-receiving',
|
|
|
url: 'sa-view/tb-car-filing/tb-car-filing-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-car-filing-judge',
|
|
@@ -215,6 +219,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-person-filing-list',
|
|
|
name: '人员备案',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
url: 'sa-view/tb-person-filing/tb-person-filing-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-person-filing-judge',
|
|
@@ -246,10 +251,12 @@ window.menuList.unshift({
|
|
|
id: 'tb-black',
|
|
|
name: '黑名单管理',
|
|
|
parent: true,
|
|
|
+ icon: 'el-icon-cpu',
|
|
|
url: 'sa-view/tb-car-black/tb-car-black-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-car-black-list',
|
|
|
name: '车辆黑名单',
|
|
|
+ icon: 'el-icon-receiving',
|
|
|
url: 'sa-view/tb-car-black/tb-car-black-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-car-black-add',
|
|
@@ -273,6 +280,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-person-black-list',
|
|
|
name: '人员黑名单',
|
|
|
+ icon: 'el-icon-user-solid',
|
|
|
url: 'sa-view/tb-person-black/tb-person-black-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-person-black-add',
|
|
@@ -305,6 +313,7 @@ window.menuList.unshift({
|
|
|
childList: [{
|
|
|
id: 'tb-person-visit-record-list',
|
|
|
name: '出入记录',
|
|
|
+ icon: 'el-icon-s-unfold',
|
|
|
url: 'sa-view/tb-person-visit-record/tb-person-visit-record-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-person-visit-record-export',
|
|
@@ -326,11 +335,13 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-person-visit-temperature-list',
|
|
|
name: '出入体温检测',
|
|
|
+ icon: 'el-icon-set-up',
|
|
|
url: 'sa-view/tb-person-visit-record/tb-person-visit-temperature-list.html'
|
|
|
},
|
|
|
{
|
|
|
id: 'tb-person-visit-record-add',
|
|
|
name: '手工补录',
|
|
|
+ icon: 'el-icon-thumb',
|
|
|
url: 'sa-view/tb-person-visit-record/tb-person-visit-record-add.html'
|
|
|
},
|
|
|
]
|
|
@@ -342,6 +353,7 @@ window.menuList.unshift({
|
|
|
childList: [{
|
|
|
id: 'tb-car-visit-record-list',
|
|
|
name: '车辆出入记录',
|
|
|
+ icon: 'el-icon-s-unfold',
|
|
|
url: 'sa-view/tb-car-visit-record/tb-car-visit-record-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-car-visit-record-export',
|
|
@@ -377,6 +389,7 @@ window.menuList.unshift({
|
|
|
id: 'tb-venues-list',
|
|
|
name: '场所管理',
|
|
|
url: 'sa-view/tb-venues/tb-venues-list.html',
|
|
|
+ icon: 'el-icon-s-operation',
|
|
|
childList: [{
|
|
|
id: 'tb-venues-add',
|
|
|
name: '添加',
|
|
@@ -399,13 +412,19 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-terminal',
|
|
|
name: '人脸设备管理',
|
|
|
- icon: 'el-icon-folder-opened',
|
|
|
+ icon: 'el-icon-user-solid',
|
|
|
parent: true,
|
|
|
childList: [{
|
|
|
id: 'tb-terminal-list',
|
|
|
name: '人脸设备',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
url: 'sa-view/tb-terminal/tb-terminal-list.html',
|
|
|
childList: [{
|
|
|
+ id: 'tb-terminal-down',
|
|
|
+ name: '下发数据',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
id: 'tb-terminal-clear',
|
|
|
name: '清除数据',
|
|
|
isShow: false,
|
|
@@ -451,6 +470,7 @@ window.menuList.unshift({
|
|
|
}, {
|
|
|
id: 'tb-command-log-list',
|
|
|
name: '命令日志',
|
|
|
+ icon: 'el-icon-document-copy',
|
|
|
url: 'sa-view/tb-command-log/tb-command-log-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-command-log-del',
|
|
@@ -466,10 +486,11 @@ window.menuList.unshift({
|
|
|
id: 'tb-gate-terminal',
|
|
|
name: '车辆道闸',
|
|
|
parent: true,
|
|
|
- icon: 'el-icon-folder-opened',
|
|
|
+ icon: 'el-icon-s-platform',
|
|
|
childList: [{
|
|
|
id: 'tb-gate-terminal-list',
|
|
|
name: '道闸设备',
|
|
|
+ icon: 'el-icon-takeaway-box',
|
|
|
url: 'sa-view/tb-gate-terminal/tb-gate-terminal-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-gate-terminal-open',
|
|
@@ -500,6 +521,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-gate-command-log-list',
|
|
|
name: '命令日志',
|
|
|
+ icon: 'el-icon-document-copy',
|
|
|
url: 'sa-view/tb-gate-command-log/tb-gate-command-log-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-gate-command-log-del',
|
|
@@ -520,86 +542,108 @@ window.menuList.unshift({
|
|
|
icon: 'el-icon-user',
|
|
|
parent: true,
|
|
|
childList: [{
|
|
|
- id: 'tb-manager-list',
|
|
|
- name: '防疫人员',
|
|
|
- url: 'sa-view/tb-manager/tb-manager-list.html',
|
|
|
- childList: [{
|
|
|
- id: 'tb-manager-add',
|
|
|
- name: '新增',
|
|
|
- isShow: false,
|
|
|
+ id: 'tb-manager-list',
|
|
|
+ name: '防疫人员',
|
|
|
+ icon: 'el-icon-user',
|
|
|
+ url: 'sa-view/tb-manager/tb-manager-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-manager-add',
|
|
|
+ name: '新增',
|
|
|
+ isShow: false,
|
|
|
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-manager-edit',
|
|
|
- name: '修改',
|
|
|
- isShow: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-manager-edit',
|
|
|
+ name: '修改',
|
|
|
+ isShow: false,
|
|
|
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-manager-del',
|
|
|
- name: '删除',
|
|
|
- isShow: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-manager-del',
|
|
|
+ name: '删除',
|
|
|
+ isShow: false,
|
|
|
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'health-code-record-list',
|
|
|
- name: '健康码管理',
|
|
|
- url: 'sa-view/tb-person-visit-record/health-code-record-list.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'health-code-record-solve',
|
|
|
- name: '处置',
|
|
|
- isShow: false,
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'health-code-record-del',
|
|
|
- name: '删除',
|
|
|
- isShow: false,
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-tactics',
|
|
|
+ name: '防疫策略管理',
|
|
|
+ icon: 'el-icon-menu',
|
|
|
+ url: 'sa-view/tb-tactics/tb-tactics-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-tactics-setting',
|
|
|
+ name: '设置',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'health-code-record-list',
|
|
|
+ name: '健康码管理',
|
|
|
+ icon: 'el-icon-menu',
|
|
|
+ url: 'sa-view/tb-person-visit-record/health-code-record-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'health-code-record-solve',
|
|
|
+ name: '处置',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'health-code-record-del',
|
|
|
+ name: '删除',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
- },{
|
|
|
+ }, {
|
|
|
id: 'alarm-monitor-system',
|
|
|
name: '预警监控子系统',
|
|
|
icon: 'el-icon-user',
|
|
|
parent: true,
|
|
|
childList: [{
|
|
|
- id: 'tb-alarm-person-list',
|
|
|
- name: '预警通知对象',
|
|
|
- url: 'sa-view/tb-alarm-person/tb-alarm-person-list.html',
|
|
|
- childList: [{
|
|
|
- id: 'tb-alarm-person-add',
|
|
|
- name: '新增',
|
|
|
- isShow: false,
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-alarm-person-edit',
|
|
|
- name: '修改',
|
|
|
- isShow: false,
|
|
|
+ id: 'tb-alarm-person-list',
|
|
|
+ name: '预警通知对象',
|
|
|
+ icon: 'el-icon-user',
|
|
|
+ url: 'sa-view/tb-alarm-person/tb-alarm-person-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-alarm-person-add',
|
|
|
+ name: '新增',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-alarm-person-edit',
|
|
|
+ name: '修改',
|
|
|
+ isShow: false,
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-alarm-person-del',
|
|
|
+ name: '删除',
|
|
|
+ isShow: false,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-alarm-person-del',
|
|
|
- name: '删除',
|
|
|
- isShow: false,
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
-
|
|
|
]
|
|
|
}, {
|
|
|
id: 'health-monitor-system',
|
|
|
name: '监控管理系统',
|
|
|
- icon: 'el-icon-folder-opened',
|
|
|
+ icon: 'el-icon-video-camera-solid',
|
|
|
parent: true,
|
|
|
- childList:[
|
|
|
- {
|
|
|
- id: 'tb-monitor',
|
|
|
- name: '实时监控系统',
|
|
|
- url: 'sa-view/monitor/tb-monitor.html'
|
|
|
- }]
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-monitor',
|
|
|
+ name: '实时监控系统',
|
|
|
+ icon: 'el-icon-video-camera',
|
|
|
+ url: 'sa-view/monitor/tb-monitor.html'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-terminal-monitor',
|
|
|
+ name: '设备监控系统',
|
|
|
+ icon: 'el-icon-s-platform',
|
|
|
+ url: 'sa-view/monitor/tb-terminal-monitor.html'
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
);
|