信号机参数名调整,旋转限制调整
This commit is contained in:
parent
65475abf6f
commit
78b28f118b
@ -300,7 +300,7 @@ export default {
|
||||
signalUseType: 'Use the type:',
|
||||
potLampType: 'Light type:',
|
||||
signalDirectionType: 'The direction of the type:',
|
||||
signalDirectionTypeX: 'The direction of the type:',
|
||||
signalDirectionTypeX: 'Running direction:',
|
||||
signalPositionType: 'Signal position type:',
|
||||
signalOffset: 'The offset:',
|
||||
signalPositionX: 'Signal x:',
|
||||
|
@ -287,7 +287,7 @@ export default {
|
||||
signalUseType: '用途类型:',
|
||||
potLampType: '点灯类型:',
|
||||
signalDirectionType: '行驶方向:',
|
||||
signalDirectionTypeX: '显示方向:',
|
||||
signalDirectionTypeX: '运行方向:',
|
||||
signalPositionType: '信号机位置类型:',
|
||||
signalOffset: '所属区段偏移量:',
|
||||
signalLinkCode: '所属link',
|
||||
|
@ -154,7 +154,7 @@ export default {
|
||||
{ prop: 'lampPositionType', label: this.$t('map.lampPositionType'), type: 'select', optionLabel: 'name', optionValue: 'code', options: this.SignalLampPositionTypeList },
|
||||
{ prop: 'right', label: this.$t('map.signalDirectionTypeX'), type: 'radio', optionLabel: 'name', optionValue: 'code', border: true, radioList: this.SignalDirectionList },
|
||||
{ prop: 'positionType', label: this.$t('map.signalPositionType'), type: 'radio', optionLabel: 'name', optionValue: 'code', border: true, radioList: this.SignalPositionTypeList },
|
||||
{ prop: 'rotate', label: this.$t('map.rotateAngle'), type: 'number', min: -90, max: 90, placeholder: this.$t('tip.angle') },
|
||||
{ prop: 'rotate', label: this.$t('map.rotateAngle'), type: 'number', min: -180, max: 180, placeholder: this.$t('tip.angle') },
|
||||
{ prop: 'namePosition', label: this.$t('map.signalNamePosition'), type: 'coordinate', width: '140px', children: [
|
||||
{ prop: 'namePosition.x', firstLevel: 'namePosition', secondLevel: 'x', label: 'x:', type: 'number', labelWidth: '25px' },
|
||||
{ prop: 'namePosition.y', firstLevel: 'namePosition', secondLevel: 'y', label: 'y:', type: 'number', labelWidth: '25px' }
|
||||
|
Loading…
Reference in New Issue
Block a user