合并代码
This commit is contained in:
commit
735eccc71e
@ -17,6 +17,12 @@ deviceState[deviceType.Section] = {
|
||||
};
|
||||
|
||||
deviceState[deviceType.Switch] = {
|
||||
singleLock:1, // 是否单锁
|
||||
blockade:0, //是否封锁
|
||||
routeLock:0, //是否进路锁闭
|
||||
overlapLock:0, //是否进路延续保护锁闭
|
||||
normalPosition:1, // 是否定位
|
||||
reversePosition:0, //是否反位
|
||||
/** 定位状态*/
|
||||
// locateType: {
|
||||
// Default: '01', /** 道岔位置类型 - 定位(缺省值)*/
|
||||
|
@ -147,6 +147,7 @@ export default {
|
||||
},
|
||||
initMenu() {
|
||||
// 编辑模式菜单列表
|
||||
debugger;
|
||||
this.menu = MenuContextHandler.covert(this.menuNormal);
|
||||
// 故障模式菜单列表
|
||||
if (this.operatemode === OperateMode.FAULT) {
|
||||
|
Loading…
Reference in New Issue
Block a user