道岔显示关联区段

This commit is contained in:
zyy 2019-12-26 16:06:33 +08:00
parent 70e72e3560
commit 9123a794f0

View File

@ -116,7 +116,10 @@ export default {
{ prop: 'tp', label: this.$t('map.switchTp'), type: 'coordinate', width: '160px', children: [
{ prop: 'tp.x', firstLevel: 'tp', secondLevel: 'x', label: 'x:', type: 'number', labelWidth: '25px' },
{ prop: 'tp.y', firstLevel: 'tp', secondLevel: 'y', label: 'y:', type: 'number', labelWidth: '25px' }
] }
] },
{ prop: 'sectionACode', label: '关联A区段:', type: 'select', mode: true, optionLabel: 'name&&code', optionValue: 'code', disabled: true, options: this.sectionList },
{ prop: 'sectionBCode', label: '关联B区段:', type: 'select', mode: true, optionLabel: 'name&&code', optionValue: 'code', disabled: true, options: this.sectionList },
{ prop: 'sectionCCode', label: '关联C区段:', type: 'select', mode: true, optionLabel: 'name&&code', optionValue: 'code', disabled: true, options: this.sectionList }
]
},
map: {