From 3a73cd63039981d1f7cd324afea8f14f37738467 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 07 三月 2025 11:24:49 +0800 Subject: [PATCH] 1、统计分析和统计图表、对比分析和利用率走势分析、利用率分段分析和报警分析页面新增筛选条件保持跟TEEP页面一致 2、全局中重要程度的筛选方式由多选改为单选 3、设备监控与车间看板页面的设备详情弹窗中的图表调整为一直展示但若无数据则不展示图表的指针与数值 --- src/components/layouts/TabLayout.vue | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index ef9511f..31d3ea8 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -124,11 +124,9 @@ } }, 'activePage': function(key) { - console.log('key', key) let index = this.linkList.lastIndexOf(key) let waitRouter = this.pageList[index] // 銆怲ESTA-523銆戜慨澶嶏細涓嶅厑璁搁噸澶嶈烦杞矾鐢卞紓甯� - console.log('waitRouter', waitRouter, 'fullPath', this.$route.fullPath, waitRouter.fullPath !== this.$route.fullPath) if (waitRouter.path !== this.$route.fullPath) { this.$router.push(Object.assign({}, waitRouter)) } @@ -169,7 +167,6 @@ // update-begin-author:sunjianlei date:20200120 for: 鍔ㄦ�佹洿鏀归〉闈㈡爣棰� changeTitle(title) { - console.log('title', title) let projectTitle = 'MDC鏅烘収杞﹂棿' // 棣栭〉鐗规畩澶勭悊 if (this.$route.path === indexKey) { @@ -181,7 +178,6 @@ // update-end-author:sunjianlei date:20200120 for: 鍔ㄦ�佹洿鏀归〉闈㈡爣棰� changePage(key) { - console.log('changePage', key) this.activePage = key }, tabCallBack() { @@ -206,7 +202,6 @@ this.$message.warning('杩欐槸鏈�鍚庝竴椤碉紝涓嶈兘鍐嶅叧闂簡鍟�') return } - console.log('this.pageList ', this.pageList) let removeRoute = this.pageList.filter(item => item.path == key) this.pageList = this.pageList.filter(item => item.path !== key) let index = this.linkList.indexOf(key) @@ -219,8 +214,6 @@ let cacheRouterArray = Vue.ls.get(CACHE_INCLUDED_ROUTES) || [] if (removeRoute && removeRoute[0]) { let componentName = removeRoute[0].meta.componentName - console.log('key: ', key) - console.log('componentName: ', componentName) if (cacheRouterArray.includes(componentName)) { cacheRouterArray.splice(cacheRouterArray.findIndex(item => item === componentName), 1) Vue.ls.set(CACHE_INCLUDED_ROUTES, cacheRouterArray) @@ -351,7 +344,6 @@ clickMenuTitleSelected(selectedMenus) { //console.log("鏂扮殑璺敱",newRoute) - console.log('clickTitle', this.activePage) this.activePage = selectedMenus[0].path if (!this.multipage) { this.linkList = [this.linkList[0], selectedMenus[0].path] -- Gitblit v1.9.3