From 85dac873de2e2ea0a1bfac71995842ca1fc83f32 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 30 May 2022 17:28:46 +0800 Subject: [PATCH] =?UTF-8?q?ctc=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/datie_02/menus/index.vue | 72 ++++++++++++++++++- src/views/newMap/displayNew/menuSchema.vue | 22 +++--- .../newMap/jointTrainingNew/menuSchema.vue | 5 +- 3 files changed, 87 insertions(+), 12 deletions(-) diff --git a/src/jmapNew/theme/datie_02/menus/index.vue b/src/jmapNew/theme/datie_02/menus/index.vue index 230c82e4f..6158fbfdd 100644 --- a/src/jmapNew/theme/datie_02/menus/index.vue +++ b/src/jmapNew/theme/datie_02/menus/index.vue @@ -1,6 +1,26 @@ @@ -100,6 +99,9 @@ export default { notScript() { return this.$route.params.mode !== 'script'; }, + isCtc() { + return !!this.$route.query.ctc; + }, isScript() { return this.$route.params.mode === 'script'; }, diff --git a/src/views/newMap/jointTrainingNew/menuSchema.vue b/src/views/newMap/jointTrainingNew/menuSchema.vue index 6f55ca285..af97a26b2 100644 --- a/src/views/newMap/jointTrainingNew/menuSchema.vue +++ b/src/views/newMap/jointTrainingNew/menuSchema.vue @@ -13,7 +13,7 @@ /> - 占线板 + 占线板 IBP盘 大屏 ISCS @@ -141,6 +141,9 @@ export default { datie(){ return this.$route.query.lineCode == '16' }, + isCtc() { + return !!this.$route.query.ctc + }, isScreen() { return this.$store.state.training.prdType === '07'; },