From 0ecf7b3bc6d6a008a804d55c859833bf2cf6473a Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 22 十一月 2023 10:06:29 +0800 Subject: [PATCH] 1.增加了有效率异常展示页面 2.风险模型的所属场景和运维商的详细信息,以及1个跳转页面链接 3.飞行巡检页面增加增加地址和运维商的筛选条件 4.飞行巡检页面是最新当日日期时,每类异常右上角增加一个“辅助审核” 5.历史数据管理增加 站点总数 --- src/components/layout/AppHeader.vue | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/components/layout/AppHeader.vue b/src/components/layout/AppHeader.vue index 44099ea..2c2d207 100644 --- a/src/components/layout/AppHeader.vue +++ b/src/components/layout/AppHeader.vue @@ -1,6 +1,5 @@ <script > import { isCollapse } from './isCollapse' - import { selectedName } from './selectName' import BreadCrumb from '@/sfc/BreadCrumb.vue' import Cookie from 'js-cookie' export default { @@ -10,19 +9,11 @@ data() { return{ isCollapseHeader: isCollapse , //鎶樺彔 - selected: selectedName, - // selectedName: '', - // isCollapse: false + } }, mounted(){ - // 璁㈤槄浜嬩欢锛屽苟鍦ㄤ簨浠惰Е鍙戞椂鏇存柊閫変腑鐨勫悕瀛� - // this.$app.eventBus.on('updateSelectedName', (name) => { - // this.selectedName = name; - // }); - // EventBus.$on('updateSelectedName', (name) => { - // this.selectedName = name - // }) + }, methods: { handleCommand(command){ @@ -45,7 +36,6 @@ <i-ep-Expand v-show="isCollapseHeader" /> <i-ep-Fold v-show="!isCollapseHeader"/> </el-icon> - <!-- {{ selected }} --> <!-- 闈㈠寘灞� --> @@ -80,7 +70,6 @@ color: white; background-color: #0093E9; background-image: linear-gradient(160deg, #2876aa 0%, #5cbfdd 100%); - // width: 100vw; .el-icon { margin-right: 17px; -- Gitblit v1.9.3