From d71d8eab17e0c2dfc7c6f798ecbf2a4c1c37d761 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Tue, 16 Nov 2021 18:26:57 +0800 Subject: [PATCH] cxw-010203 --- src/lycomponents/iHeaderBrand/index.vue | 15 ++- src/views/EventComparison/CWIEC/opt.js | 8 -- .../comparisonOfEventpp/index.vue | 127 ++++++++++++------ src/views/EventComparison/uadEc/opt1.js | 4 +- src/views/EventComparison/wbcEc/opt.js | 10 +- .../EventDEC/incidentSpreadSituation/opt.js | 4 +- src/views/EventDEC/index.vue | 5 +- .../EventDEC/tonalCommunicationPosture/opt.js | 4 +- 8 files changed, 115 insertions(+), 62 deletions(-) delete mode 100644 src/views/EventComparison/CWIEC/opt.js diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 9947e95..447aa0e 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -24,7 +24,7 @@ 菜单 - + {{ item.value }} @@ -83,7 +83,20 @@ export default { }, selDatas: [], offsetDays: 86400000 * 30, //最多选择7天 + timeShow: true }; + }, + watch: { + $route: { + handler(val) { + if (val.path === "/eventDEC") { + this.timeShow = false; + } else { + this.timeShow = true; + } + }, + immediate: true, + }, }, created() { this.form = Object.assign(this.form, this.getCtime2); diff --git a/src/views/EventComparison/CWIEC/opt.js b/src/views/EventComparison/CWIEC/opt.js deleted file mode 100644 index 35e47af..0000000 --- a/src/views/EventComparison/CWIEC/opt.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - * @Author: your name - * @Date: 2021-10-19 09:55:35 - * @LastEditTime: 2021-10-19 09:55:36 - * @LastEditors: Please set LastEditors - * @Description: In User Settings Edit - * @FilePath: /data-show/src/views/EventComparison/CWIEC/opt.js - */ diff --git a/src/views/EventComparison/comparisonOfEventpp/index.vue b/src/views/EventComparison/comparisonOfEventpp/index.vue index 3e7ccba..5df39c7 100644 --- a/src/views/EventComparison/comparisonOfEventpp/index.vue +++ b/src/views/EventComparison/comparisonOfEventpp/index.vue @@ -1,7 +1,7 @@