From 78b28f118b4295928a5330bc30ec986c3a4c575e Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 26 Dec 2019 15:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=90=8D=E8=B0=83=E6=95=B4=EF=BC=8C=E6=97=8B=E8=BD=AC=E9=99=90?= =?UTF-8?q?=E5=88=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en/map.js | 2 +- src/i18n/langs/zh/map.js | 2 +- src/views/newMap/newMapdraft/mapoperate/signal/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/langs/en/map.js b/src/i18n/langs/en/map.js index 818ed8488..e69c3ce35 100644 --- a/src/i18n/langs/en/map.js +++ b/src/i18n/langs/en/map.js @@ -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:', diff --git a/src/i18n/langs/zh/map.js b/src/i18n/langs/zh/map.js index c2726ca3e..d36b35407 100644 --- a/src/i18n/langs/zh/map.js +++ b/src/i18n/langs/zh/map.js @@ -287,7 +287,7 @@ export default { signalUseType: '用途类型:', potLampType: '点灯类型:', signalDirectionType: '行驶方向:', - signalDirectionTypeX: '显示方向:', + signalDirectionTypeX: '运行方向:', signalPositionType: '信号机位置类型:', signalOffset: '所属区段偏移量:', signalLinkCode: '所属link', diff --git a/src/views/newMap/newMapdraft/mapoperate/signal/index.vue b/src/views/newMap/newMapdraft/mapoperate/signal/index.vue index dddba4f76..9676e83aa 100644 --- a/src/views/newMap/newMapdraft/mapoperate/signal/index.vue +++ b/src/views/newMap/newMapdraft/mapoperate/signal/index.vue @@ -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' }