diff --git a/src/views/newMap/newMapdraft/mapoperate/switch.vue b/src/views/newMap/newMapdraft/mapoperate/switch.vue index df8a72a5d..d0623b3da 100644 --- a/src/views/newMap/newMapdraft/mapoperate/switch.vue +++ b/src/views/newMap/newMapdraft/mapoperate/switch.vue @@ -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: {