iscs系统 添加机电下的菜单
This commit is contained in:
parent
bc9cd67681
commit
ea138e7f3c
@ -74,14 +74,64 @@ export default {
|
||||
name: '机电', // 未知子菜单
|
||||
children: [
|
||||
{
|
||||
name: '控制模式',
|
||||
name: '大系统',
|
||||
type: 'bigSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '小系统',
|
||||
type: 'smallSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '水系统',
|
||||
type: 'waterSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '照明',
|
||||
type: 'lighting',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '电-扶梯',
|
||||
type: 'electricEscalator',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '给排水',
|
||||
type: 'waterSupply',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '模式',
|
||||
type: 'controlBAS',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '控制权限',
|
||||
name: '隧道通风',
|
||||
type: 'tunnelVentilation',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '时刻表',
|
||||
type: 'schedules',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '权限交接',
|
||||
type: 'controlPermissionBAS',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '传感器',
|
||||
type: 'sensor',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '车站网络',
|
||||
type: 'stationNetwork',
|
||||
showType: ['center', 'local']
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
@ -23,8 +23,7 @@
|
||||
:id="getDomId(child)"
|
||||
:key="j"
|
||||
class="menu-li"
|
||||
@mouseenter="selectedClassB(child, j)"
|
||||
@mouseleave="tempClassB = -1"
|
||||
@click.stop="selectedClassB(child, j)"
|
||||
>
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
@ -324,7 +323,12 @@ export default {
|
||||
this.popupMenuB(item, index);
|
||||
},
|
||||
popupMenuB(item, index) {
|
||||
this.tempClassB = index;
|
||||
if (item.children) {
|
||||
this.tempClassB = index;
|
||||
} else {
|
||||
this.tempClassB = -1;
|
||||
}
|
||||
|
||||
},
|
||||
// 弹出顶部菜单操作
|
||||
popupMenuA(item, index) {
|
||||
|
@ -71,14 +71,64 @@ export default {
|
||||
name: '机电', // 未知子菜单
|
||||
children: [
|
||||
{
|
||||
name: '控制模式',
|
||||
name: '大系统',
|
||||
type: 'bigSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '小系统',
|
||||
type: 'smallSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '水系统',
|
||||
type: 'waterSystem',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '照明',
|
||||
type: 'lighting',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '电-扶梯',
|
||||
type: 'electricEscalator',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '给排水',
|
||||
type: 'waterSupply',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '模式',
|
||||
type: 'controlBAS',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '控制权限',
|
||||
name: '隧道通风',
|
||||
type: 'tunnelVentilation',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '时刻表',
|
||||
type: 'schedules',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '权限交接',
|
||||
type: 'controlPermissionBAS',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '传感器',
|
||||
type: 'sensor',
|
||||
showType: ['center', 'local']
|
||||
},
|
||||
{
|
||||
name: '车站网络',
|
||||
type: 'stationNetwork',
|
||||
showType: ['center', 'local']
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user