一键升学对接完成,设备日志列表对接完成
This commit is contained in:
+52
-2
@@ -453,10 +453,27 @@ export default {
|
||||
icon: 'el-icon-cpu',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: '/attendanceMachineEquipmentManagement',
|
||||
// name: 'attendanceMachineEquipmentManagement',
|
||||
// component: 'attendanceMachineEquipmentManagement',
|
||||
// meta: {
|
||||
// title: 'message.router.attendanceMachineEquipmentManagement',
|
||||
// isLink: '',
|
||||
// isHide: false,
|
||||
// isKeepAlive: true,
|
||||
// isAffix: false,
|
||||
// isIframe: false,
|
||||
// roles: ['admin', 'common'],
|
||||
// icon: 'el-icon-alarm-clock',
|
||||
// },
|
||||
// },
|
||||
|
||||
{
|
||||
path: '/attendanceMachineEquipmentManagement',
|
||||
name: 'attendanceMachineEquipmentManagement',
|
||||
component: 'attendanceMachineEquipmentManagement',
|
||||
component: 'layout/routerView/parent',
|
||||
redirect: '/attendanceMachineEquipmentManagement/attendanceMachineEquipmentManagement',
|
||||
meta: {
|
||||
title: 'message.router.attendanceMachineEquipmentManagement',
|
||||
isLink: '',
|
||||
@@ -465,8 +482,41 @@ export default {
|
||||
isAffix: false,
|
||||
isIframe: false,
|
||||
roles: ['admin', 'common'],
|
||||
icon: 'el-icon-alarm-clock',
|
||||
icon: 'el-icon-brush',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/attendanceMachineEquipmentManagement/attendanceMachineEquipmentManagement',
|
||||
name: 'attendanceMachineEquipmentManagement/attendanceMachineEquipmentManagement',
|
||||
component: 'attendanceMachineEquipmentManagement/attendanceMachineEquipmentManagement',
|
||||
meta: {
|
||||
title: 'message.router.attendanceMachineEquipmentManagement',
|
||||
isLink: '',
|
||||
isHide: false,
|
||||
isKeepAlive: true,
|
||||
isAffix: false,
|
||||
isIframe: false,
|
||||
roles: ['admin', 'common'],
|
||||
icon: 'el-icon-alarm-clock',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/attendanceMachineEquipmentManagement/devicelog',
|
||||
name: 'attendanceMachineEquipmentManagement/devicelog',
|
||||
component: 'attendanceMachineEquipmentManagement/devicelog',
|
||||
meta: {
|
||||
title: 'message.router.devicelog',
|
||||
isLink: '',
|
||||
isHide: false,
|
||||
isKeepAlive: true,
|
||||
isAffix: false,
|
||||
isIframe: false,
|
||||
roles: ['admin', 'common'],
|
||||
icon: 'el-icon-notebook-2',
|
||||
},
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user