From 6cee614d56588812aa2289c0a8a4a1aede3193b2 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 29 Jun 2021 14:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8A=98=E8=BF=94=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menus/dialog/standBackStrategy.vue | 20 ++----------------- .../menus/dialog/standBackStrategy.vue | 20 ++----------------- 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue index 9f3dd0590..7a95672ec 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue @@ -83,6 +83,7 @@ import NoticeInfo from '@/jmapNew/theme/components/menus/childDialog/noticeInfo' import CMD from '@/scripts/cmdPlugin/CommandEnum'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import { mapGetters } from 'vuex'; +import ConstConfig from '@/scripts/ConstConfig'; export default { name: 'StandBackStrategy', @@ -95,24 +96,7 @@ export default { dialogShow: false, loading: false, tempData: [], - strategyList: [ - { - value: '01', - label: this.$t('menu.noSwitchback') - }, - { - value: '02', - label: this.$t('menu.noOneSwitchback') - }, - { - value: '03', - label: this.$t('menu.automaticChange') - }, - { - value: '04', - label: this.$t('menu.default') - } - ], + strategyList: ConstConfig.ConstSelect.turnBackTypeList, stationName: '', standStatus: '', selection: [], diff --git a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue index 6db7e986b..07a4391c7 100644 --- a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue @@ -71,6 +71,7 @@ import NoticeInfo from '@/jmapNew/theme/components/menus/childDialog/noticeInfo' import CMD from '@/scripts/cmdPlugin/CommandEnum'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import { mapGetters } from 'vuex'; +import ConstConfig from '@/scripts/ConstConfig'; export default { name: 'StandBackStrategy', @@ -82,24 +83,7 @@ export default { dialogShow: false, loading: false, tempData: [], - strategyList: [ - { - value: '01', - label: this.$t('menu.noSwitchback') - }, - { - value: '02', - label: this.$t('menu.noOneSwitchback') - }, - { - value: '03', - label: this.$t('menu.automaticChange') - }, - { - value: '04', - label: this.$t('menu.default') - } - ], + strategyList: ConstConfig.ConstSelect.turnBackTypeList, stationName: '', standStatus: '', selection: [],