地图绘图 信号机添加 不生成进路 字段
This commit is contained in:
parent
40b2dceaf9
commit
92cc3d60c0
@ -103,6 +103,7 @@ export default {
|
||||
statusSignalName: 'Status signal name:',
|
||||
stateSignalsPlotCoordinates: 'State signals plot coordinates:',
|
||||
equipmentStation: 'Equipment centralization station:',
|
||||
signalNoRoute:'No route',
|
||||
|
||||
lineCoding: 'Line coding:',
|
||||
lineType: 'Line type:',
|
||||
|
@ -82,6 +82,7 @@ export default {
|
||||
statusSignalName: '状态信号名称:',
|
||||
stateSignalsPlotCoordinates: '状态信号画图坐标:',
|
||||
equipmentStation: '所属设备集中站',
|
||||
signalNoRoute:'不生成进路',
|
||||
|
||||
lineCoding: '线条编码:',
|
||||
lineType: '线条类型:',
|
||||
|
@ -482,21 +482,21 @@ export const OperationEvent = {
|
||||
operation: '00a44',
|
||||
domId: '_Tips-ningBo-line-user-reclaim{TOP}'
|
||||
},
|
||||
// 列车
|
||||
train: {
|
||||
operation: '00b',
|
||||
// 列车
|
||||
train: {
|
||||
operation: '00b',
|
||||
domId: '_Tips-ningBo-train{TOP}'
|
||||
},
|
||||
// 列车-操作
|
||||
train_operate: {
|
||||
operation: '00b0',
|
||||
},
|
||||
// 列车-操作
|
||||
train_operate: {
|
||||
operation: '00b0',
|
||||
domId: '_Tips-ningBo-train-operate{TOP}'
|
||||
},
|
||||
// 列车-操作-跳停
|
||||
train_operate_jump: {
|
||||
operation: '00b01',
|
||||
domId: '_Tips-ningBo-train-operate-jump{TOP}'
|
||||
},
|
||||
},
|
||||
// 列车-操作-跳停
|
||||
train_operate_jump: {
|
||||
operation: '00b01',
|
||||
domId: '_Tips-ningBo-train-operate-jump{TOP}'
|
||||
}
|
||||
}
|
||||
},
|
||||
// 站台概要表
|
||||
|
@ -86,6 +86,7 @@ class Model {
|
||||
this.ctc = true; // 是否灭灯显示
|
||||
this.noOverlap = false; // 是否无延续保护
|
||||
this.routeEnd = false; // 是否进路终端
|
||||
this.noRoute = false; // 是否不生成进路
|
||||
this.ignoreRouteEnd = []; // 不生成进路的信号机终端
|
||||
this.linkSignalCode = ''; // 传输信号机 关联信号机
|
||||
}
|
||||
|
@ -143,7 +143,8 @@ export default {
|
||||
{ prop: 'ctc', label: '是否灭灯显示(CTC级)', type: 'checkbox'},
|
||||
{ prop: 'noOverlap', label: '是否无延续保护', type: 'checkbox'},
|
||||
{ prop: 'routeEnd', label: '是否进路终端', type: 'checkbox'},
|
||||
{ prop: 'ignoreRouteEnd', label: '不生成进路的信号机终端', type: 'multiSelectHover', optionLabel: 'name&&code', optionValue: 'code', options: this.signalList, hover: this.hover, buttonType: 'signalIgnoreRouteEnd', buttonShowType: this.signalIgnoreRouteEnd }
|
||||
{ prop: 'ignoreRouteEnd', label: '不生成进路的信号机终端', type: 'multiSelectHover', optionLabel: 'name&&code', optionValue: 'code', options: this.signalList, hover: this.hover, buttonType: 'signalIgnoreRouteEnd', buttonShowType: this.signalIgnoreRouteEnd },
|
||||
{ prop: 'noRoute', label: this.$t('map.signalNoRoute') + ':', type: 'checkbox'}
|
||||
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user