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'; },