From 9123a794f009e84d029a4753e255d3cfdd99f0a5 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Thu, 26 Dec 2019 16:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E5=B2=94=E6=98=BE=E7=A4=BA=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=8C=BA=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/newMapdraft/mapoperate/switch.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {