-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
diff --git a/src/views/newMap/displayNew/menuDemon.vue b/src/views/newMap/displayNew/menuDemon.vue
index cdf01d878..fc03c927e 100644
--- a/src/views/newMap/displayNew/menuDemon.vue
+++ b/src/views/newMap/displayNew/menuDemon.vue
@@ -1,32 +1,30 @@
-
+
{{ $t('display.demon.trialTime') }} {{ countTime }}
-
-
菜单
-
-
-
- {{ jl3dmodel }}
-
- {{ jl3dname }}
-
- {{ jl3dpassflow }}
-
- 派班计划加载
- 派班计划预览
-
-
+
+
{{ projectDevice?'退出':$t('display.demon.back') }}
-
- 退出剧本
+
+ 退出剧本
{{ $t('display.demon.initialize') }}
@@ -35,6 +33,21 @@
+
+
+
+
+
@@ -43,20 +56,27 @@
diff --git a/src/views/newMap/jointTrainingNew/chatView/chatTooltip.vue b/src/views/newMap/jointTrainingNew/chatView/chatTooltip.vue
index b1dca85e3..4431042d8 100644
--- a/src/views/newMap/jointTrainingNew/chatView/chatTooltip.vue
+++ b/src/views/newMap/jointTrainingNew/chatView/chatTooltip.vue
@@ -39,8 +39,9 @@ export default {
watch:{
'$store.state.socket.inviteSimulationConversition':function(val) {
this.userName = this.coverName(val);
- this.dialogVisible = true;
- this.conversationId = val.id;
+ // this.dialogVisible = true;
+ // this.conversationId = val.id;
+ this.$mesaage(this.userName + '与你开启会话');
}
},
methods:{
From 5dcf14c81f69c98ddf504629772f4838fa649dae Mon Sep 17 00:00:00 2001
From: joylink_cuiweidong <364937672@qq.com>
Date: Thu, 20 Aug 2020 20:39:38 +0800
Subject: [PATCH 3/9] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/newMap/displayNew/index.vue | 10 +++++++---
.../scriptDisplay/scriptPreview/scriptButtonGroup.vue | 4 ++++
.../scriptDisplay/scriptPreview/scriptPreviewChat.vue | 8 ++++----
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/views/newMap/displayNew/index.vue b/src/views/newMap/displayNew/index.vue
index 62ed40aef..5a8bf0194 100644
--- a/src/views/newMap/displayNew/index.vue
+++ b/src/views/newMap/displayNew/index.vue
@@ -45,6 +45,7 @@