diff --git a/src/views/newMap/newMapdraft/mapoperate/section.vue b/src/views/newMap/newMapdraft/mapoperate/section.vue index fdb315b60..221f4075f 100644 --- a/src/views/newMap/newMapdraft/mapoperate/section.vue +++ b/src/views/newMap/newMapdraft/mapoperate/section.vue @@ -7,7 +7,7 @@
- 区段关系校验 + 区段关系校验 {{ $t('map.updateObj') }} {{ $t('map.deleteObj') }} @@ -252,10 +252,10 @@ export default { segmentationPosition: { x: 0, y: 0 }, transferTrackName: '', transferTrackNamePosition: { x: 0, y: 0 }, - isSwitchSection: '', + isSwitchSection: false, relSwitchCode: '', stationCode: '', - logicSectionNameSort: '', + logicSectionNameSort: true, sepTypeLeft: '', sepTypeRight: '', offsetRight: 0, @@ -426,7 +426,7 @@ export default { { prop: 'relSwitchCode', label: this.$t('map.relSwitchCode'), type: 'select', optionLabel: 'code&&name', optionValue: 'code', options: this.switchList, change: true, deviceChange: this.deviceChange, isHidden: !this.isRelSwitchCode, disabled: true }, { prop: 'logicSectionShow', label: this.$t('map.displayLogicalExtents'), type: 'checkbox', isHidden: !this.isSwitchSectionShow }, // 1 - { prop: 'logicSectionNameSort', label: this.$t('map.logicSectionNameSort'), type: 'radio', isHidden: !this.isLogicSectionNameSort, radioList: [ + { prop: 'logicSectionNameSort', label: this.$t('map.logicSectionNameSort'), type: 'radio', optionLabel: 'label', optionValue: 'value', isHidden: !this.isLogicSectionNameSort, radioList: [ {value: true, label: this.$t('map.fromSmallToLarge')}, {value: false, label: this.$t('map.fromLargeToSmall')} ] }, // 1 diff --git a/src/views/newMap/newMapdraft/mapoperate/stationstand.vue b/src/views/newMap/newMapdraft/mapoperate/stationstand.vue index aaf4f0066..fc36ed42c 100644 --- a/src/views/newMap/newMapdraft/mapoperate/stationstand.vue +++ b/src/views/newMap/newMapdraft/mapoperate/stationstand.vue @@ -189,7 +189,7 @@ export default { door: { name: '屏蔽门数据', item: [ - { prop: 'stationstandDirection', label: '屏蔽门朝向:', type: 'radio', radioList: this.DoorLocationTypeList } + { prop: 'stationstandDirection', label: '屏蔽门朝向:', type: 'radio', optionLabel: 'label', optionValue: 'value', radioList: this.DoorLocationTypeList } ] } }