合并代码

This commit is contained in:
joylink_fanyuhong 2020-02-11 11:04:20 +08:00
commit 735eccc71e
4 changed files with 11 additions and 4 deletions

View File

@ -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', /** 道岔位置类型 - 定位(缺省值)*/

View File

@ -34,12 +34,12 @@
@row-click="clickEvent"
>
<el-table-column :id="domIdChoose" prop="name" label="进路" style="margin-left:30px;width: 80px">
<template slot-scope="scope">
<template slot-scope="scope">
<div :style="{color: scope.row.turnBack? '#00FFFF':'#000000'}" style="width: 90px">
{{ handleRouteName(scope.row.name) }}
</div>
</template>
</el-table-column>
</template>
</el-table-column>
<el-table-column :id="domIdChoose" prop="startSignalCode" label="方向" style="margin-left: 30px">
<template slot-scope="scope">
<div :style="{color: scope.row.turnBack? '#00FFFF':'#000000'}">

View File

@ -48,7 +48,7 @@
</template>
<script>
import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler';
import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler';
import OperationHandler from '@/scripts/cmdPlugin/OperationHandler';
import NoticeInfo from '../dialog/childDialog/childDialog/noticeInfo';

View File

@ -147,6 +147,7 @@ export default {
},
initMenu() {
//
debugger;
this.menu = MenuContextHandler.covert(this.menuNormal);
//
if (this.operatemode === OperateMode.FAULT) {