From e86c0b9c45f09a431d2c7671c8b7f2f5b99dbf39 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Fri, 21 Aug 2020 16:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=91=E5=B8=83=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=AF=BC=E5=85=A5=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QueryListPage/QueryListPage.vue | 2 +- src/views/newMap/jointTrainingNew/index.vue | 22 +++++++++---------- .../newMap/jointTrainingNew/menuDemon.vue | 1 - .../newMap/jointTrainingNew/menuSchema.vue | 1 - src/views/publish/publishMap/index.vue | 8 +++++-- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/components/QueryListPage/QueryListPage.vue b/src/components/QueryListPage/QueryListPage.vue index 6b3c86b4c..f44bef52c 100644 --- a/src/components/QueryListPage/QueryListPage.vue +++ b/src/components/QueryListPage/QueryListPage.vue @@ -144,7 +144,7 @@ :disabled="isTableBtnDisabled(button, scope.$index, scope.row)" :loading="scope.row['loading'+idx]" > - + {{ getTableBtnName(button.name, scope.$index, scope.row) }} diff --git a/src/views/newMap/jointTrainingNew/index.vue b/src/views/newMap/jointTrainingNew/index.vue index 18716d655..7e76e1c03 100644 --- a/src/views/newMap/jointTrainingNew/index.vue +++ b/src/views/newMap/jointTrainingNew/index.vue @@ -19,7 +19,7 @@ :device-code="deviceCode" :countdown-time="countdownTime" @passflow="passflow" - @faultdevice = "faultdevice" + @faultdevice="faultdevice" @getUserRole="getUserRole" @hidepanel="hidepanel" @devicemodel="devicemodel" @@ -487,16 +487,16 @@ export default { window.open(routeData.href, '_blank', 'noopener noreferrer'); }, faultdevice() { - const routeData = this.$router.resolve({ - path:'/jlmap3d/maintainer', - query:{ - mapid:this.mapId, - group:this.group, - project: this.project, - noPreLogout: true - } - }); - window.open(routeData.href, '_blank', 'noopener noreferrer'); + const routeData = this.$router.resolve({ + path:'/jlmap3d/maintainer', + query:{ + mapid:this.mapId, + group:this.group, + project: this.project, + noPreLogout: true + } + }); + window.open(routeData.href, '_blank', 'noopener noreferrer'); }, showdriving() { this.panelShow = true; diff --git a/src/views/newMap/jointTrainingNew/menuDemon.vue b/src/views/newMap/jointTrainingNew/menuDemon.vue index bcf3d3edf..eeb727466 100644 --- a/src/views/newMap/jointTrainingNew/menuDemon.vue +++ b/src/views/newMap/jointTrainingNew/menuDemon.vue @@ -5,7 +5,6 @@