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 @@