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/views/setting/SetConfiguration.vue | 71 ----------------------------------- 1 files changed, 1 insertions(+), 70 deletions(-) diff --git a/src/views/setting/SetConfiguration.vue b/src/views/setting/SetConfiguration.vue index 62ca902..138de34 100644 --- a/src/views/setting/SetConfiguration.vue +++ b/src/views/setting/SetConfiguration.vue @@ -59,76 +59,7 @@ } }) }, - // get(){ - - // exceptionApi.analysisdata('閲戝北鍖洪噾灞辨柊鍩嶫SC1-0401鍗曞厓1-11-01鍦板潡椤圭洰09','2023-07-01 00:00:00','2023-07-03 00:00:00').then((res)=>{ - // this.a = res.data.data - // // console.log('鏁版嵁涓猴細',res.data.data); - // return res.data.data - // }).then(result =>{ - // console.log('閾撅細',result); - // exceptionApi.analysisdata('涓婃捣鍥芥灄寤烘潗鏈夐檺鍏徃','2023-07-01 00:00:00','2023-07-03 00:00:00') - // } - // ) - // }, - - // async getAll(){ - // const a = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '0', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception0 = result.data.data - // }) - - // const b = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '1', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception1 = result.data.data - // }) - - - // const c = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '2', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception2 = result.data.data - // }) - // const d = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '3', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception3 = result.data.data - // }) - - // console.log('澶�1锛�',this.exception.exception0); - // console.log('澶�2锛�',this.exception.exception1); - // console.log('澶�3锛�',this.exception.exception2); - // console.log('澶�4锛�',this.exception.exception3); - // // Promise.all([a,b,c,d,e,f,g,h]).then((responses)=>{ - // // console.log('鍏ㄩ儴鏁版嵁涓猴細'); - // // for (const response of responses) { - // // console.log('鏁版嵁锛�',response.data.data); - - // // } - // // }) - // } + } } </script> -- Gitblit v1.9.3